mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
textparse: Remove TODO that is actually done
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
7feea8aa89
commit
89fb7117c3
|
@ -565,8 +565,5 @@ metric: <
|
|||
|
||||
i++
|
||||
}
|
||||
// TODO(beorn7): Once supported by the parser, test exemplars for
|
||||
// counters, exemplars for sparse histograms, legacy histograms including exemplars,
|
||||
// summaries.
|
||||
require.Equal(t, len(exp), i)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue