Skip to content

Commit 269d27d

Browse files
committed
docs: inputs: prometheus-remote-write: add http_server.workers and note canonical key names
Add the missing http_server.workers parameter (default: 1) from the shared HTTP server integration. Nnote that buffer_chunk_size, buffer_max_size, and http2 are compatibility aliases for their http_server.* canonical names. Applies to #2486 Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 7d629af commit 269d27d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pipeline/inputs/prometheus-remote-write.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ The _Prometheus remote write_ input plugin lets you ingest a payload in the Prom
1010

1111
| Key | Description | Default |
1212
|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
13-
| `buffer_chunk_size` | Sets the chunk size for incoming data. These chunks are then stored and managed in the space specified by `buffer_max_size`. | `512K` |
14-
| `buffer_max_size` | Specifies the maximum buffer size to receive a request. | `4M` |
15-
| `http2` | Enable HTTP/2 support. | `true` |
13+
| `buffer_chunk_size` | Sets the chunk size for incoming data. These chunks are then stored and managed in the space specified by `buffer_max_size`. Compatibility alias for `http_server.buffer_chunk_size`. | `512K` |
14+
| `buffer_max_size` | Specifies the maximum buffer size to receive a request. Compatibility alias for `http_server.buffer_max_size`. | `4M` |
15+
| `http2` | Enable HTTP/2 support. Compatibility alias for `http_server.http2`. | `true` |
16+
| `http_server.workers` | Number of HTTP listener worker threads. | `1` |
1617
| `listen` | The address to listen on. | `0.0.0.0` |
1718
| `port` | The port to listen on. | `8080` |
1819
| `successful_response_code` | Specifies the success response code. Supported values are `200`, `201`, and `204`. | `201` |

0 commit comments

Comments
 (0)