Browse Source

Merge pull request #11041 from prometheus/beorn7/sparsehistogram

textparse: Remove TODO that is actually done
pull/11071/head
Björn Rabenstein 2 years ago committed by GitHub
parent
commit
6ce899dd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      model/textparse/protobufparse_test.go

3
model/textparse/protobufparse_test.go

@ -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…
Cancel
Save