-
-
Save ipedrazas/4e2195390c4967bdfe0501b67c70476d to your computer and use it in GitHub Desktop.
push node_exporter metrics to push gateway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s http://localhost:9100/metrics | curl --data-binary @- http://pushgateway.example.org:9091/metrics/job/some_job/instance/some_instance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment