6777c903a0
Assuming both Prometheus and Grafana are enabled, this change configures Grafana such that it can use data collected by the Prometheus server. Partially-Implements: blueprint prometheus Change-Id: I0290806d0c622b1de33cf7047f099795b4c780b9
10 lines
175 B
Django/Jinja
10 lines
175 B
Django/Jinja
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://{{ kolla_internal_vip_address }}:{{ prometheus_port }}
|
|
version: 1
|