-
I see a config |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I am going to answer my own question, at least for metric part.. Similarly promtail uses the same snappy compression |
Beta Was this translation helpful? Give feedback.
I think I am going to answer my own question, at least for metric part..
Based on Prometheus Remote Write spec the write is snappy compressed. Looks like the data while being saved to wal gets compressed, and same gets sent over.
https://github.com/prometheus/prometheus/blob/6aaa6dbb59fa3870f2c6b10a0d9b834812df7f73/tsdb/wal/wal.go#L627
Similarly promtail uses the same snappy compression