File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,15 @@ components: sinks: prometheus_remote_write: {
100
100
values for each name, Vector will only send the last value specified.
101
101
"""
102
102
}
103
+ compression_schemes : {
104
+ title : " Compression schemes "
105
+ body : """
106
+ Officially according to the [Prometheus Remote-Write specification](\(urls .prometheus_remote_write_spec )),
107
+ the only supported compression scheme is [Snappy](\(urls .snappy )). However,
108
+ there are a number of other implementations that do support other schemes. Thus
109
+ Vector also supports using Gzip and Zstd.
110
+ """
111
+ }
103
112
}
104
113
105
114
telemetry : metrics : {
Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ urls: {
412
412
prometheus_remote_integrations : " https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage "
413
413
prometheus_remote_write : " https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write "
414
414
prometheus_remote_write_protocol : " https://docs.google.com/document/d/1LPhVRSFkGNSuU1fBd81ulhsCPR4hkSZyyBj1SZ8fWOM/edit#heading=h.n0d0vphea3fe "
415
+ prometheus_remote_write_spec : " https://prometheus.io/docs/concepts/remote_write_spec/#protocol "
415
416
protobuf : " https://developers.google.com/protocol-buffers "
416
417
pulsar : " https://pulsar.apache.org/ "
417
418
pulsar_protocol : " https://pulsar.apache.org/docs/en/develop-binary-protocol/ "
You can’t perform that action at this time.
0 commit comments