Skip to content

Commit bd97179

Browse files
committed
Remove comments
Signed-off-by: Federico Torres <[email protected]>
1 parent eb7cec1 commit bd97179

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

prometheus-metrics-exposition-formats/src/test/java/io/prometheus/metrics/expositionformats/ExpositionFormatsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,6 @@ public void testFindWriter() {
18691869
writer = expositionFormats.findWriter(acceptHeaderValue);
18701870
Assert.assertEquals(expectedFmt, writer.getContentType() + escapingScheme.toHeaderFormat());
18711871

1872-
// TODO review if this is ok
18731872
nameEscapingScheme = EscapingScheme.VALUE_ENCODING_ESCAPING;
18741873

18751874
// OM format, no version

prometheus-metrics-model/src/test/java/io/prometheus/metrics/model/snapshots/PrometheusNamingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public void testEscapeName() {
120120
got = unescapeName(got, EscapingScheme.VALUE_ENCODING_ESCAPING);
121121
Assert.assertEquals("no:escaping_required", got);
122122

123-
// TODO should add test for legacy validation?
124123
// name with dots
125124
got = escapeName("mysystem.prod.west.cpu.load", EscapingScheme.UNDERSCORE_ESCAPING);
126125
Assert.assertEquals("mysystem_prod_west_cpu_load", got);

0 commit comments

Comments
 (0)