Skip to content

Commit d5eba8c

Browse files
authored
Remove unused fields (#215)
1 parent c96f8bc commit d5eba8c

File tree

1 file changed

+0
-2
lines changed
  • jfr-streaming/src/main/java/io/opentelemetry/contrib/jfr/metrics/internal

1 file changed

+0
-2
lines changed

jfr-streaming/src/main/java/io/opentelemetry/contrib/jfr/metrics/internal/Constants.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ private Constants() {}
4343
public static final AttributeKey<String> ATTR_ARENA_NAME = AttributeKey.stringKey("arena");
4444
public static final AttributeKey<String> ATTR_NETWORK_MODE = AttributeKey.stringKey("mode");
4545
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");
4846
}

0 commit comments

Comments
 (0)