Skip to content

Commit fce0984

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent a310292 commit fce0984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/outputs/prometheus-remote-write.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: An output plugin to submit Prometheus Metrics using the remote writ
66

77
The _Prometheus remote write_ plugin lets you take metrics from Fluent Bit and submit them to a Prometheus server through the remote write mechanism.
88

9-
The Prometheus exporter only works with metric plugins, such as Node Exporter Metrics
9+
The Prometheus exporter works only with metric plugins, such as Node Exporter Metrics.
1010

1111
## Configuration parameters
1212

@@ -27,13 +27,13 @@ This plugin supports the following parameters:
2727
| `proxy` | Specify an HTTP proxy. The expected format of this value is `http://HOST:PORT`. HTTPS isn't supported. Configure the [HTTP proxy environment variables](https://docs.fluentbit.io/manual/administration/http-proxy) instead as they support both HTTP and HTTPS. | _none_ |
2828
| `uri` | Specify an optional HTTP URI for the target web server. For example: `/someuri` | `/` |
2929
| `header` | Add a HTTP header key/value pair. Multiple headers can be set. | _none_ |
30-
| `log_response_payload` | Log the response payload within the Fluent Bit log | `false` |
30+
| `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` |
3333

3434
## Get started
3535

36-
The Prometheus remote write plugin only works with metrics collected by one of the metric input plugins. In the following example, host metrics are collected by the node exporter metrics plugin and then delivered by the Prometheus remote write output plugin.
36+
The Prometheus remote write plugin works only with metrics collected by one of the metric input plugins. In the following example, host metrics are collected by the node exporter metrics plugin and then delivered by the Prometheus remote write output plugin.
3737

3838
{% tabs %}
3939
{% tab title="fluent-bit.yaml" %}

0 commit comments

Comments
 (0)