Difference between revisions of "Pushgateway"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/some_job | echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/some_job | ||
``` | ``` | ||
+ | |||
+ | # As node collector | ||
+ | |||
+ | https://github.com/prometheus/node_exporter/issues/279 |
Revision as of 18:02, 9 January 2024
https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway
https://www.metricfire.com/blog/prometheus-pushgateways-everything-you-need-to-know/
https://github.com/prometheus/pushgateway
echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/some_job