From ebed49399b216c07e4f625cd7281e3b329b27a6d Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Tue, 3 Sep 2024 22:35:43 +0300 Subject: [PATCH] Change method naming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c381de9..047e63c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This package does not cover Telnet API, and that's why: - HTTP API use cases: production applications, complex data queries, integrations with other systems, and secure communications. OpenTSDB HTTP API supported by: -- [VictoriaMetrics](https://docs.victoriametrics.com/#sending-opentsdb-data-via-http-apiput-requests) but because of [limitation](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/959) `sendDataPointListWithDebug` method is not supported. +- [VictoriaMetrics](https://docs.victoriametrics.com/#sending-opentsdb-data-via-http-apiput-requests) (because of [limited functionality](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/959) only `sendDataPointList` method is supported) ## What is OpenTSDB