mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-26 05:01:23 -08:00
Merge pull request #11041 from prometheus/beorn7/sparsehistogram
textparse: Remove TODO that is actually done
This commit is contained in:
commit
6ce899dd25
|
@ -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