From fcb5e9493051790fa9d55155463fdd1869a3d052 Mon Sep 17 00:00:00 2001 From: Jesus Vazquez Date: Mon, 9 Sep 2024 15:50:25 +0200 Subject: [PATCH] Update docs Signed-off-by: Jesus Vazquez --- docs/command-line/prometheus.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/command-line/prometheus.md b/docs/command-line/prometheus.md index 495efc221..e1de8221a 100644 --- a/docs/command-line/prometheus.md +++ b/docs/command-line/prometheus.md @@ -26,7 +26,6 @@ The Prometheus monitoring server | --web.user-assets | Path to static asset directory, available at /user. | | | --web.enable-lifecycle | Enable shutdown and reload via HTTP request. | `false` | | --web.enable-admin-api | Enable API endpoints for admin control actions. | `false` | -| --web.enable-remote-write-receiver | Enable API endpoint accepting remote write requests. | `false` | | --web.remote-write-receiver.accepted-protobuf-messages | List of the remote write protobuf messages to accept when receiving the remote writes. Supported values: prometheus.WriteRequest, io.prometheus.write.v2.Request | `prometheus.WriteRequest` | | --web.console.templates | Path to the console template directory, available at /consoles. | `consoles` | | --web.console.libraries | Path to the console library directory. | `console_libraries` |