Skip to content

Commit 8817c9e

Browse files
Update pipeline/inputs/prometheus-remote-write.md
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 0b12be8 commit 8817c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/prometheus-remote-write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The _Prometheus remote write_ input plugin lets you ingest a payload in the Prom
1414
| `port` | The port to listen on. | `8080` |
1515
| `buffer_max_size` | Specifies the maximum buffer size in KB to receive a JSON message. | `4M` |
1616
| `buffer_chunk_size` | Sets the chunk size for incoming JSON messages. These chunks are then stored and managed in the space specified by `buffer_max_size`. | `512K` |
17-
| `successful_response_code` | Specifies the success response code. Supported values are `200`, `201`, and `204`.| `201` |
17+
| `successful_response_code` | Specifies the success response code. Supported values are `200`, `201`, and `204`. | `201` |
1818
| `tag_from_uri` | If true, a tag will be created from the `uri` parameter (for example, `api_prom_push` from `/api/prom/push`), and any tag specified in the configuration will be ignored. If false, you must provide a tag in the configuration for this plugin. | `true` |
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` |

0 commit comments

Comments
 (0)