mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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++
|
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)
|
require.Equal(t, len(exp), i)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue