Difference between revisions of "Pushgateway"
Jump to navigation
Jump to search
(Created page with "https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway") |
|||
Line 1: | Line 1: | ||
https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway | 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/so | ||
+ | me_job |
Revision as of 00:50, 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/so me_job