You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HELP some_counter Some counter
# TYPE some_counter counter
some_counter_total 4.0
# TYPE some_counter_created gauge
some_counter_created 1.5699349744874952e+09
The output lacks the HELP line for the _created metric. This causes a failure with promtool:
$ curl -s http://localhost:8080/metrics | promtool check metrics
some_counter_created no help text
The text was updated successfully, but these errors were encountered:
davidlukac
added a commit
to davidlukac/client_python
that referenced
this issue
Oct 1, 2019
prometheus/client_python
version:0.7.1
3.7.1
promtool
version from currentHEAD
:2.13.0-rc.0
When creating a counter, e.g.
this will create two metrics:
The output lacks the
HELP
line for the_created
metric. This causes a failure withpromtool
:The text was updated successfully, but these errors were encountered: