Created
September 15, 2017 14:43
-
-
Save marcusdb/a003a70e065891a78b234b6f7e2528a0 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