Skip to content

Commit 894b226

Browse files
committed
add a flag to avoid a breaking change
1 parent b701341 commit 894b226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ void stringRepresentation() {
414414
+ "host=localhost,"
415415
+ "port=0,"
416416
+ "otelScopeEnabled=true,"
417+
+ "utf8SupportEnabled=false,"
417418
+ "allowedResourceAttributesFilter=null,"
418419
+ "memoryMode=REUSABLE_DATA,"
419420
+ "defaultAggregationSelector=DefaultAggregationSelector{COUNTER=default, UP_DOWN_COUNTER=default, HISTOGRAM=default, OBSERVABLE_COUNTER=default, OBSERVABLE_UP_DOWN_COUNTER=default, OBSERVABLE_GAUGE=default, GAUGE=default}"

0 commit comments

Comments
 (0)