We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compression
1 parent 0245c86 commit e643b78Copy full SHA for e643b78
pipeline/outputs/prometheus-remote-write.md
@@ -26,6 +26,7 @@ Important Note: The prometheus exporter only works with metric plugins, such as
26
| log_response_payload | Log the response payload within the Fluent Bit log | false |
27
| add_label | This allows you to add custom labels to all metrics exposed through the prometheus exporter. You may have multiple of these fields | |
28
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
29
+| compression | Payload compression algorithm. Supported options are `snappy`, `gzip` and `zstd`. | `snappy` |
30
31
## Getting Started
32
0 commit comments