diff --git a/README.md b/README.md index 14ba7bf91..37dd7628c 100644 --- a/README.md +++ b/README.md @@ -1085,7 +1085,9 @@ The [deduplication](#deduplication) isn't applied for the data exported in nativ ## How to import time series data -Time series data can be imported into VictoriaMetrics via any supported data ingestion protocol: +VictoriaMetrics can discover and scrape metrics from Prometheus-compatible targets (aka "pull" protocol) - +see [these docs](#how-to-scrape-prometheus-exporters-such-as-node-exporter). +Additionally, VictoriaMetrics can accept metrics via the following popular data ingestion protocols (aka "push" protocols): * [Prometheus remote_write API](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). See [these docs](#prometheus-setup) for details. * DataDog `submit metrics` API. See [these docs](#how-to-send-data-from-datadog-agent) for details. diff --git a/docs/README.md b/docs/README.md index 1756b16d9..94a8fd960 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1086,7 +1086,9 @@ The [deduplication](#deduplication) isn't applied for the data exported in nativ ## How to import time series data -Time series data can be imported into VictoriaMetrics via any supported data ingestion protocol: +VictoriaMetrics can discover and scrape metrics from Prometheus-compatible targets (aka "pull" protocol) - +see [these docs](#how-to-scrape-prometheus-exporters-such-as-node-exporter). +Additionally, VictoriaMetrics can accept metrics via the following popular data ingestion protocols (aka "push" protocols): * [Prometheus remote_write API](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). See [these docs](#prometheus-setup) for details. * DataDog `submit metrics` API. See [these docs](#how-to-send-data-from-datadog-agent) for details. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index fcdf48a47..b47890b72 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1089,7 +1089,9 @@ The [deduplication](#deduplication) isn't applied for the data exported in nativ ## How to import time series data -Time series data can be imported into VictoriaMetrics via any supported data ingestion protocol: +VictoriaMetrics can discover and scrape metrics from Prometheus-compatible targets (aka "pull" protocol) - +see [these docs](#how-to-scrape-prometheus-exporters-such-as-node-exporter). +Additionally, VictoriaMetrics can accept metrics via the following popular data ingestion protocols (aka "push" protocols): * [Prometheus remote_write API](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). See [these docs](#prometheus-setup) for details. * DataDog `submit metrics` API. See [these docs](#how-to-send-data-from-datadog-agent) for details.