Skip to content

Commit

Permalink
Update pipeline/inputs/prometheus-remote-write.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <pat@calyptia.com>
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
  • Loading branch information
cosmo0920 and patrick-stephens committed May 2, 2024
1 parent aced09e commit 609a0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/inputs/prometheus-remote-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This input plugin allows you to ingest a payload in the Prometheus remote-write
| buffer\_max\_size | Specify the maximum buffer size in KB to receive a JSON message. | 4M |
| 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 |
|successful\_response\_code | It allows to set successful response code. `200`, `201` and `204` are supported.| 201 |
| tag\_from\_uri | If true, tag will be created from uri. e.g. api\_prom\_push from /api/prom/push. This parameter will be prioritized when tag parameter is specified. If specify as false, it needs to specify user specified tag with tag parameter. | true |
| 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 |



Expand Down

0 comments on commit 609a0e1

Please sign in to comment.