Skip to content

Instantly share code, notes, and snippets.

@mem
Created October 24, 2023 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mem/d7b8a264a01b491404fc813ba2c4ae08 to your computer and use it in GitHub Desktop.
Save mem/d7b8a264a01b491404fc813ba2c4ae08 to your computer and use it in GitHub Desktop.
How to get a Prometheus endpoint to serve Probobuf instead of the text exposition format
curl \
--include \
-H 'Accept: application/vnd.google.protobuf; proto=io.prometheus.client.MetricFamily; encoding=compact-text' \
$@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment