Skip to content

Commit 2ea1473

Browse files
pipeline: inputs: prometheus-remote-write: fix missing header
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 471120d commit 2ea1473

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pipeline/inputs/prometheus-remote-write.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ The _Prometheus remote write_ input plugin lets you ingest a payload in the Prom
1919
| `uri` | Specifies an optional HTTP URI for the target web server listening for Prometheus remote write payloads (for example, `/api/prom/push`). | _none_ |
2020
| `threaded` | Specifies whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2121

22-
A sample config file to get started will look something like the following:
22+
## Configuration file
23+
24+
The following examples are sample configuration files for this input plugin:
2325

2426
{% tabs %}
2527
{% tab title="fluent-bit.yaml" %}

0 commit comments

Comments
 (0)