Update netty attribute name (#5568)
This commit is contained in:
parent
d47f5d952b
commit
174f6129b5
|
@ -17,7 +17,7 @@ public final class AttributeKeys {
|
||||||
//
|
//
|
||||||
// note: this attribute key is also used by ratpack instrumentation
|
// note: this attribute key is also used by ratpack instrumentation
|
||||||
public static final AttributeKey<Context> SERVER_CONTEXT =
|
public static final AttributeKey<Context> SERVER_CONTEXT =
|
||||||
AttributeKey.valueOf(AttributeKeys.class, "server-span");
|
AttributeKey.valueOf(AttributeKeys.class, "server-context");
|
||||||
|
|
||||||
public static final AttributeKey<Context> CLIENT_CONTEXT =
|
public static final AttributeKey<Context> CLIENT_CONTEXT =
|
||||||
AttributeKey.valueOf(AttributeKeys.class, "client-context");
|
AttributeKey.valueOf(AttributeKeys.class, "client-context");
|
||||||
|
|
Loading…
Reference in New Issue