Skip to content

Commit 1879ef4

Browse files
authored
in_prometheus_remite_write: Add a description of uri parameter (#1382)
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 8a9d6d0 commit 1879ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pipeline/inputs/prometheus-remote-write.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This input plugin allows you to ingest a payload in the Prometheus remote-write
1616
| buffer\_chunk\_size | This sets the chunk size for incoming incoming JSON messages. These chunks are then stored/managed in the space available by buffer_max_size. | 512K |
1717
|successful\_response\_code | It allows to set successful response code. `200`, `201` and `204` are supported.| 201 |
1818
| tag\_from\_uri | If true, tag will be created from uri, e.g. api\_prom\_push from /api/prom/push, and any tag specified in the config will be ignored. If false then a tag must be provided in the config for this input. | true |
19-
19+
| uri | Specify an optional HTTP URI for the target web server listening for prometheus remote write payloads, e.g: /api/prom/push | |
2020

2121

2222
A sample config file to get started will look something like the following:

0 commit comments

Comments
 (0)