Difference between revisions of "Pushgateway"

From UVOO Tech Wiki
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/so
+
echo "some_metric 3.14" | curl --data-binary @- https://pushgateway.example/metrics/job/some_job
me_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