Update netty attribute name (#5568)

This commit is contained in:
Trask Stalnaker 2022-03-14 02:08:02 -07:00 committed by GitHub
parent d47f5d952b
commit 174f6129b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public final class AttributeKeys {
//
// note: this attribute key is also used by ratpack instrumentation
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 =
AttributeKey.valueOf(AttributeKeys.class, "client-context");