1
0
Fork 0

Splitted Contrail vrouter into v3 and v4 dashboards

Change-Id: I8b3be132e3416dce6e998f03f095efa1fecacf4f
Related-Bug: PROD-24340
This commit is contained in:
Mateusz Matuszkowiak 2018-10-26 14:07:11 +02:00
parent e2d9068979
commit 221efb43c5
5 changed files with 1515 additions and 4 deletions

View File

@ -321,7 +321,7 @@
"id": 23,
"panels": [],
"repeat": null,
"title": "BGP, XMPP, DNS-XMPP & LLS",
"title": "DNS-XMPP & LLS",
"type": "row"
},
{

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,8 @@ classes:
- service.grafana.client.dashboards.opencontrail.cassandra
- service.grafana.client.dashboards.opencontrail.contrail_3_controller
- service.grafana.client.dashboards.opencontrail.contrail_4_controller
- service.grafana.client.dashboards.opencontrail.vrouter
- service.grafana.client.dashboards.opencontrail.contrail_3_vrouter
- service.grafana.client.dashboards.opencontrail.contrail_4_vrouter
- service.grafana.client.dashboards.opencontrail.zookeeper
- service.grafana.client.dashboards.openstack.cinder
- service.grafana.client.dashboards.openstack.glance

View File

@ -2,7 +2,7 @@ parameters:
grafana:
client:
dashboard:
contrail_vrouter_prometheus:
contrail_3_vrouter_prometheus:
datasource: prometheus
format: json
template: grafana/files/dashboards/opencontrail/contrail_vrouter_prometheus.json
template: grafana/files/dashboards/opencontrail/contrail_3_vrouter_prometheus.json

View File

@ -0,0 +1,8 @@
parameters:
grafana:
client:
dashboard:
contrail_4_vrouter_prometheus:
datasource: prometheus
format: json
template: grafana/files/dashboards/opencontrail/contrail_4_vrouter_prometheus.json