From acb9f47e8d4d3d032a9b2b6c5f39478861a8dcd0 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Fri, 8 Nov 2024 12:59:30 +0100 Subject: [PATCH] docs: fix OpenTSDB port for cluster version in API examples Signed-off-by: hagen1778 --- docs/url-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/url-examples.md b/docs/url-examples.md index 6c85ef78d..fa20036a4 100644 --- a/docs/url-examples.md +++ b/docs/url-examples.md @@ -661,7 +661,7 @@ curl -H 'Content-Type: application/json' -d '[{"metric":"foo","value":45.34},{"m Cluster version of VictoriaMetrics: ```sh -curl -H 'Content-Type: application/json' -d '[{"metric":"foo","value":45.34},{"metric":"bar","value":43}]' http://:8480/insert/42/opentsdb/api/put +curl -H 'Content-Type: application/json' -d '[{"metric":"foo","value":45.34},{"metric":"bar","value":43}]' http://:4242/insert/42/opentsdb/api/put ```