Merge pull request #11041 from prometheus/beorn7/sparsehistogram

textparse: Remove TODO that is actually done
This commit is contained in:
Björn Rabenstein 2022-07-28 20:45:09 +02:00 committed by GitHub
commit 6ce899dd25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}