docs/url-examples.md: allow linking to how to send OpenTSDB/Graphite data chapters

This commit is contained in:
Aliaksandr Valialkin 2022-11-28 18:42:49 -08:00
parent 654e94f420
commit 5c906beea2
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -608,7 +608,7 @@ Additional information:
## TCP and UDP
**How to send data from OpenTSDB-compatible agents to VictoriaMetrics**
###How to send data from OpenTSDB-compatible agents to VictoriaMetrics
Turned off by default. Enable OpenTSDB receiver in VictoriaMetrics by setting `-opentsdbListenAddr` command-line flag.
*If run from docker, '-opentsdbListenAddr' port should be exposed*
@ -656,7 +656,7 @@ Additional information:
* [OpenTSDB http put API](http://opentsdb.net/docs/build/html/api_http/put.html)
* [How to send data OpenTSDB data to VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#how-to-send-data-from-opentsdb-compatible-agents)
**How to send Graphite data to VictoriaMetrics**
### How to send Graphite data to VictoriaMetrics
Enable Graphite receiver in VictoriaMetrics by setting `-graphiteListenAddr` command-line flag.