Difference between revisions of "Pushgateway"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
https://github.com/prometheus/pushgateway | https://github.com/prometheus/pushgateway | ||
− | + | ``` | |
− | echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/ | + | echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/some_job |
− | + | ``` |
Revision as of 15:22, 9 January 2024
https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway
https://github.com/prometheus/pushgateway
echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/some_job