Skip to content

Instantly share code, notes, and snippets.

@marcusdb
Created September 15, 2017 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marcusdb/a003a70e065891a78b234b6f7e2528a0 to your computer and use it in GitHub Desktop.
Save marcusdb/a003a70e065891a78b234b6f7e2528a0 to your computer and use it in GitHub Desktop.
push node_exporter metrics to push gateway
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