mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-07-28 11:32:16 +03:00
The new Grafana dashboard uses the following APIs: - /api/v1/status/tsdb - /api/v1/status/metric_names_stats It shows the list of metric names, the request count and the last time they were "used". Clicking on metric name allows exploring its cardinality. Based on https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9832 ----------- The PR contains a few unrelated changes: * rename of folder for prometheus datasource to remove the duplicated word * fix for vmalert's access to the datasource, as before it wasn't able to write/read properly ------------- The dashboard screen cast: https://github.com/user-attachments/assets/01dda5d9-14e5-4f5a-b795-a838abec4f5e --------- Signed-off-by: hagen1778 <roman@victoriametrics.com> Co-authored-by: Haley Wang <haley@victoriametrics.com>
6 lines
143 B
YAML
6 lines
143 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: VictoriaMetrics-Infinity
|
|
type: yesoreyeram-infinity-datasource
|
|
url: "http://victoriametrics:8428" |