kube-prometheus: use StatefulSet for dashboard title

This commit is contained in:
Konstantinos Natsakis
2017-11-09 18:33:25 +02:00
parent 85ddb3137c
commit d80eaea23a

View File

@@ -5,7 +5,7 @@ from _grafanalib import *
dashboard = Dashboard( dashboard = Dashboard(
title='Stateful Set', title='StatefulSet',
version=1, version=1,
graphTooltip=1, graphTooltip=1,
time=Time(start='now-6h'), time=Time(start='now-6h'),
@@ -37,7 +37,7 @@ dashboard = Dashboard(
'datasource': '${DS_PROMETHEUS}', 'datasource': '${DS_PROMETHEUS}',
'hide': 0, 'hide': 0,
'includeAll': False, 'includeAll': False,
'label': 'Stateful Set', 'label': 'StatefulSet',
'multi': False, 'multi': False,
'name': 'statefulset_name', 'name': 'statefulset_name',
'options': [], 'options': [],