From 0e71fec05028ff5bef69e5bff9d00d445a4b43fe Mon Sep 17 00:00:00 2001 From: Shantanu Gadgil Date: Tue, 31 Jan 2023 20:50:23 +0530 Subject: [PATCH] fix spelling of receive (#4731) fix spelling of receive --- .../v1.24/data_formats/input/prometheus-remote-write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md b/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md index 6815bf785..0234ba3e2 100644 --- a/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md +++ b/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md @@ -28,7 +28,7 @@ Use the [`inputs.http_listener_v2`](/telegraf/v1.24/plugins/#input-http_listener ## Address and port to host HTTP listener on service_address = ":1234" ## Path to listen to. - path = "/recieve" + path = "/receive" ## Data format to consume. data_format = "prometheusremotewrite" ```