You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/prometheus-remote-write.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: An output plugin to submit Prometheus Metrics using the remote writ
6
6
7
7
The _Prometheus remote write_ plugin lets you take metrics from Fluent Bit and submit them to a Prometheus server through the remote write mechanism.
8
8
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.
10
10
11
11
## Configuration parameters
12
12
@@ -27,13 +27,13 @@ This plugin supports the following parameters:
27
27
|`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_|
28
28
|`uri`| Specify an optional HTTP URI for the target web server. For example: `/someuri`|`/`|
29
29
|`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`|
31
31
|`add_label`| This lets you add custom labels to all metrics exposed through the Prometheus exporter. You can have multiple of these fields. |_none_|
32
32
|`workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`2`|
33
33
34
34
## Get started
35
35
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.
0 commit comments