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/inputs/prometheus-remote-write.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ The _Prometheus remote write_ input plugin lets you ingest a payload in the Prom
19
19
|`uri`| Specifies an optional HTTP URI for the target web server listening for Prometheus remote write payloads (for example, `/api/prom/push`). |_none_|
20
20
|`threaded`| Specifies whether to run this input in its own [thread](../../administration/multithreading.md#inputs). |`false`|
21
21
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:
0 commit comments