Skip to content

Commit cf0a17a

Browse files
committed
Added comment about unit not aligned with semconv
1 parent 687002c commit cf0a17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/target_systems/TomcatIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected MetricsVerifier createMetricsVerifier() {
7777
metric ->
7878
metric
7979
.hasDescription("The number of bytes transmitted and received")
80-
.hasUnit("by")
80+
.hasUnit("by") // TODO: not aligned with semconv. Should be "By"
8181
.isCounter()
8282
.hasDataPointsWithAttributes(
8383
attributeGroup(

0 commit comments

Comments
 (0)