Skip to content

Commit

Permalink
fix(instrument): fix dubbo client trace inject adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
zmapleshine committed Jun 29, 2021
1 parent f0837af commit dfb5bed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
package io.opentelemetry.instrumentation.apachedubbo.v2_7;

import io.opentelemetry.context.propagation.TextMapSetter;
import org.apache.dubbo.rpc.RpcInvocation;
import org.apache.dubbo.rpc.RpcContext;

class DubboInjectAdapter implements TextMapSetter<RpcInvocation> {
class DubboInjectAdapter implements TextMapSetter<RpcContext> {

static final DubboInjectAdapter SETTER = new DubboInjectAdapter();

Expand Down

0 comments on commit dfb5bed

Please sign in to comment.