From 8604cb098954f3e930aab5c5413b17e02bdd489e Mon Sep 17 00:00:00 2001 From: Mitsuo HEIJO Date: Sat, 12 Jul 2025 19:04:08 +0900 Subject: [PATCH 1/2] pipeline: outputs: prometheus-remote-write: add `compression` Signed-off-by: Mitsuo HEIJO --- pipeline/outputs/prometheus-remote-write.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/outputs/prometheus-remote-write.md b/pipeline/outputs/prometheus-remote-write.md index a2925bd25..a68da8fca 100644 --- a/pipeline/outputs/prometheus-remote-write.md +++ b/pipeline/outputs/prometheus-remote-write.md @@ -30,6 +30,7 @@ This plugin supports the following parameters: | `log_response_payload` | Log the response payload within the Fluent Bit log. | `false` | | `add_label` | This lets you add custom labels to all metrics exposed through the Prometheus exporter. You can have multiple of these fields. | _none_ | | `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` | +| `compression` | Payload compression algorithm. Supported options are `snappy`, `gzip` and `zstd`. | `snappy` | ## Get started From fc5ec13911cdd153e0df9e488d4652acf69490d1 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Thu, 24 Jul 2025 08:11:56 -0700 Subject: [PATCH 2/2] Update pipeline/outputs/prometheus-remote-write.md Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- pipeline/outputs/prometheus-remote-write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/prometheus-remote-write.md b/pipeline/outputs/prometheus-remote-write.md index a68da8fca..9fe28d2e4 100644 --- a/pipeline/outputs/prometheus-remote-write.md +++ b/pipeline/outputs/prometheus-remote-write.md @@ -30,7 +30,7 @@ This plugin supports the following parameters: | `log_response_payload` | Log the response payload within the Fluent Bit log. | `false` | | `add_label` | This lets you add custom labels to all metrics exposed through the Prometheus exporter. You can have multiple of these fields. | _none_ | | `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` | -| `compression` | Payload compression algorithm. Supported options are `snappy`, `gzip` and `zstd`. | `snappy` | +| `compression` | Payload compression algorithm. Supported options: `snappy`, `gzip`, `zstd`. | `snappy` | ## Get started