Skip to content

Commit 47a8eea

Browse files
johejoesmerel
andauthored
pipeline: outputs: prometheus-remote-write: add compression (#1905)
pipeline: outputs: prometheus-remote-write: add `compression` * pipeline: outputs: prometheus-remote-write: add `compression` Signed-off-by: Mitsuo HEIJO <[email protected]> * Update pipeline/outputs/prometheus-remote-write.md Signed-off-by: Lynette Miles <[email protected]> --------- Signed-off-by: Mitsuo HEIJO <[email protected]> Signed-off-by: Lynette Miles <[email protected]> Co-authored-by: Lynette Miles <[email protected]>
1 parent 8464524 commit 47a8eea

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
@@ -30,6 +30,7 @@ This plugin supports the following parameters:
3030
| `log_response_payload` | Log the response payload within the Fluent Bit log. | `false` |
3131
| `add_label` | This lets you add custom labels to all metrics exposed through the Prometheus exporter. You can have multiple of these fields. | _none_ |
3232
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
33+
| `compression` | Payload compression algorithm. Supported options: `snappy`, `gzip`, `zstd`. | `snappy` |
3334

3435
## Get started
3536

0 commit comments

Comments
 (0)