Skip to content
Snippets Groups Projects
Commit d80eaea2 authored by Konstantinos Natsakis's avatar Konstantinos Natsakis
Browse files

kube-prometheus: use StatefulSet for dashboard title

parent 85ddb313
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ from _grafanalib import * ...@@ -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( ...@@ -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': [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment