diff --git a/docs/keyConcepts.md b/docs/keyConcepts.md index 597b0b9ce1..a500cc2a2d 100644 --- a/docs/keyConcepts.md +++ b/docs/keyConcepts.md @@ -475,7 +475,7 @@ The basic monitoring setup of VictoriaMetrics and vmagent is described in the [example docker-compose manifest](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker). In this example vmagent [scrapes a list of targets](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/prometheus.yml) and [forwards collected data to VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/9d7da130b5a873be334b38c8d8dec702c9e8fac5/deployment/docker/docker-compose.yml#L15). -VictoriaMetrics is then used as a [datasource for Grafana](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/provisioning/datasources/datasource.yml) +VictoriaMetrics is then used as a [datasource for Grafana](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker/provisioning/datasources) installation for querying collected data. VictoriaMetrics components allow building more advanced topologies. For example, vmagents can push metrics from separate datacenters to the central VictoriaMetrics: @@ -537,12 +537,8 @@ foo_bar 4.00 1652170560000 # 2022-05-10 10:16:00 The data above contains a list of samples for the `foo_bar` time series with time intervals between samples ranging from 1m to 3m. If we plot this data sample on the graph, it will have the following form: -
-
-
-
-
-
-
-
-
-
-
-
-