From 50615b4b80a2d24a4762ed422c872f7f7e2abd46 Mon Sep 17 00:00:00 2001 From: Manik Rana Date: Tue, 9 Jul 2024 20:41:51 +0530 Subject: [PATCH] chore: remove unneeded comments Signed-off-by: Manik Rana --- model/textparse/openmetricsparse_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/model/textparse/openmetricsparse_test.go b/model/textparse/openmetricsparse_test.go index 762ab33431..33198877bf 100644 --- a/model/textparse/openmetricsparse_test.go +++ b/model/textparse/openmetricsparse_test.go @@ -24,11 +24,6 @@ import ( "github.com/prometheus/prometheus/model/labels" ) -// In summary: we find created but then p.Next() is called and we end up parsing the bar_created again -// In histogram bucket labels {le="0.0"} end up getting compared to baz_created which is not what we want -// This issue might happen in summaries if quantiles are before _created - -// figure out summary order for _created, quantiles etc func TestOpenMetricsParse(t *testing.T) { input := `# HELP go_gc_duration_seconds A summary of the GC invocation durations. # TYPE go_gc_duration_seconds summary