From 5e7b3e035b3472506739f01d09e8425e64659160 Mon Sep 17 00:00:00 2001 From: Meysam Date: Mon, 7 Oct 2024 15:56:20 +0330 Subject: [PATCH] docs: fix typo in vmagent docs (#7192) --- docs/vmagent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmagent.md b/docs/vmagent.md index 794d4bbbc..796475774 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -99,7 +99,7 @@ Pass `-help` to `vmagent` in order to see [the full list of supported command-li ## How to push data to vmagent `vmagent` supports [the same set of push-based data ingestion protocols as VictoriaMetrics does](https://docs.victoriametrics.com/#how-to-import-time-series-data) -additionally to pull-based Prometheus-compatible targets' scraping: +in addition to the pull-based Prometheus-compatible targets' scraping: * DataDog "submit metrics" API. See [these docs](https://docs.victoriametrics.com/single-server-victoriametrics/#how-to-send-data-from-datadog-agent). * InfluxDB line protocol via `http://:8429/write`. See [these docs](https://docs.victoriametrics.com/single-server-victoriametrics/#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf).