We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96f8bc commit d5eba8cCopy full SHA for d5eba8c
jfr-streaming/src/main/java/io/opentelemetry/contrib/jfr/metrics/internal/Constants.java
@@ -43,6 +43,4 @@ private Constants() {}
43
public static final AttributeKey<String> ATTR_ARENA_NAME = AttributeKey.stringKey("arena");
44
public static final AttributeKey<String> ATTR_NETWORK_MODE = AttributeKey.stringKey("mode");
45
public static final AttributeKey<String> ATTR_USAGE = AttributeKey.stringKey("usage.type");
46
- public static final AttributeKey<String> ATTR_TYPE = AttributeKey.stringKey("type");
47
- public static final AttributeKey<String> ATTR_GC_COLLECTOR = AttributeKey.stringKey("name");
48
}
0 commit comments