blob: 831680b8c40ab3f66bfe666c8cdc3613dc3fe455 [file] [log] [blame]
Guillaume Thouvenin18fe0c02016-11-17 14:20:02 +01001applications:
2- grafana.client
3parameters:
4 grafana:
5 client:
6 enabled: true
Guillaume Thouvenin885c5fc2017-01-10 17:08:26 +01007 base_templates:
8 main_dashboard:
9 title: 'Main'
10 editable: true
11 hideControls: false
12 templating:
13 enable: true
14 list:
15 - allFormat: regex values
16 hide: 0
17 includeAll: false
18 name: environment
19 options: []
20 query: show tag values from cpu_idle with key = environment_label
21 refresh: 1
22 refresh_on_load: true
23 regex: ''
24 type: query
25 sort: 0
26 multi: false
27 service_row:
28 showTitle: true
29 height: 100px
30 cluster_status_singlestat:
31 span: 2
32 editable: false
33 type: singlestat
34 prefixFontSize: "50%"
35 postfixFontSize: "50%"
36 colorBackground: true
37 colors:
38 - "rgba(71, 212, 59, 0.4)"
39 - "rgba(245, 150, 40, 0.73)"
40 - "rgba(225, 40, 40, 0.59)"
41 thresholds: "1,3"
42 interval: "> 60s"
43 sparkline:
44 fillColor: "rgba(31, 118, 189, 0.18)"
45 full: false
46 lineColor: "rgb(31, 120, 193)"
47 show: false
48 valueFontSize: "50%"
49 valueMaps:
50 - op: "="
51 text: "no data"
52 value: "null"
53 - op: "="
54 text: "OKAY"
55 value: "0"
56 - op: "="
57 text: "WARN"
58 value: "1"
59 - op: "="
60 text: "UNKW"
61 value: "2"
62 - op: "="
63 text: "CRIT"
64 value: "3"
65 - op: "="
66 text: "DOWN"
67 value: "4"
68 valueName: current
Guillaume Thouveninf014d232017-03-10 14:28:53 +010069 service_level_dashboard:
70 title: 'Service Level Indicators'
71 editable: true
72 hideControls: false
73 templating:
74 enable: true
75 list:
76 - allFormat: regex values
77 hide: 0
78 includeAll: false
79 name: environment
80 options: []
81 query: show tag values from cpu_idle with key = environment_label
82 refresh: 1
83 refresh_on_load: true
84 regex: ''
85 type: query
86 sort: 0
87 multi: false
88 service_level_row:
89 showTitle: true
90 height: 200px
91 service_level_piechart:
92 span: 3
93 type: 'grafana-piechart-panel'
94 legend:
95 percentage: true
96 show: true
97 sortDesc: true
98 values: true
99 legendType: Under graph
100 aliasColors:
101 Healthy: "#7EB26D"
102 Up: "#7EB26D"
103 Okay: "#7EB26D"
104 Degraded or Unknwon: "#EAB839"
105 Down: "#890F02"
106 Error: "#890F02"
107 Fatal: "#890F02"