Skip to content
Discussion options

You must be logged in to vote

Hi, @zhanbei1.

  • Prometheus export (text) contains TYPE and HELP.
  • Prometheus remote write export (binary) does not contain. I think it doesn't support it (See the spec). It sends raw time series data only in a compact binary format (Protocol Buffers over HTTP or gRPC). It includes:
    • Metric name
    • Labels
    • Timestamps
    • Values

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zhanbei1
Comment options

Answer selected by zhanbei1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants