blob: 03339cf30e94d7d8cc0bef3fe0f57847e5535454 [file] [log] [blame]
dashboard:
haproxy_prometheus:
datasource: prometheus
format: json
template: haproxy/files/grafana_dashboards/haproxy_prometheus.json
haproxy_influxdb:
datasource: influxdb
format: json
template: haproxy/files/grafana_dashboards/haproxy_influxdb.json
main:
row:
ost-middleware:
title: Middleware
panel:
haproxy:
title: HAProxy
links:
- dashboard: HAProxy
title: HAProxy
type: dashboard
target:
cluster_status:
rawQuery: true
query: SELECT last(value) FROM cluster_status WHERE cluster_name = 'haproxy-openstack' AND environment_label = '$environment' AND $timeFilter GROUP BY time($interval) fill(null)