diff --git a/instrumentation/netty/netty-4.1-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/netty/v4_1/AttributeKeys.java b/instrumentation/netty/netty-4.1-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/netty/v4_1/AttributeKeys.java index 307b8e1cc1..73d46c5fe1 100644 --- a/instrumentation/netty/netty-4.1-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/netty/v4_1/AttributeKeys.java +++ b/instrumentation/netty/netty-4.1-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/netty/v4_1/AttributeKeys.java @@ -17,7 +17,7 @@ public final class AttributeKeys { // // note: this attribute key is also used by ratpack instrumentation public static final AttributeKey SERVER_CONTEXT = - AttributeKey.valueOf(AttributeKeys.class, "server-span"); + AttributeKey.valueOf(AttributeKeys.class, "server-context"); public static final AttributeKey CLIENT_CONTEXT = AttributeKey.valueOf(AttributeKeys.class, "client-context");