Prometheus Pushgateway

From NovaOrdis Knowledge Base
Revision as of 19:43, 14 October 2020 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

External

Internal

Operations

Push a Metric Sample

echo "some_metric 3.14" | curl --data-binary @- http://localhost:9091/metrics/job/some_job

Query Metrics

curl http://localhost:9091/metrics/

Health

curl http://localhost:9091/-/healthy

Readiness

curl http://localhost:9091/-/ready