Skip to content

Commit e643b78

Browse files
committed
pipeline: outputs: prometheus-remote-write: add compression
Signed-off-by: Mitsuo HEIJO <[email protected]>
1 parent 0245c86 commit e643b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/prometheus-remote-write.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Important Note: The prometheus exporter only works with metric plugins, such as
2626
| log_response_payload | Log the response payload within the Fluent Bit log | false |
2727
| add_label | This allows you to add custom labels to all metrics exposed through the prometheus exporter. You may have multiple of these fields | |
2828
| 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` |
2930

3031
## Getting Started
3132

0 commit comments

Comments
 (0)