Skip to content

Commit 8604cb0

Browse files
committed
pipeline: outputs: prometheus-remote-write: add compression
Signed-off-by: Mitsuo HEIJO <mitsuo.heijo@gmail.com>
1 parent 5d84e2c commit 8604cb0

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 are `snappy`, `gzip` and `zstd`. | `snappy` |
3334

3435
## Get started
3536

0 commit comments

Comments
 (0)