Skip to content

Commit

Permalink
otel context demo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuganghuan committed Nov 6, 2023
1 parent 44d6ca2 commit 2a9601a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.arloor.forwardproxy.trace;

import io.opentelemetry.api.baggage.Baggage;
import io.opentelemetry.context.Context;
import io.opentelemetry.context.ContextKey;
import io.opentelemetry.context.ImplicitContextKeyed;
Expand All @@ -26,7 +25,7 @@ private XrayContextKey() {

/**
* implements ImplicitContextKeyed
* @see Baggage#storeInContext(Context)
* @see io.opentelemetry.api.baggage.Baggage#storeInContext(Context)
*/
public static class XrayContext implements ImplicitContextKeyed {
private String payload;
Expand Down

0 comments on commit 2a9601a

Please sign in to comment.