Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 0edc0a9

Browse files
committed
added more dashboards
1 parent ef25882 commit 0edc0a9

File tree

4 files changed

+755
-0
lines changed

4 files changed

+755
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,396 @@
1+
{
2+
"__inputs": [
3+
{
4+
"name": "DS_GRAPHITE",
5+
"label": "graphite",
6+
"description": "",
7+
"type": "datasource",
8+
"pluginId": "graphite",
9+
"pluginName": "Graphite"
10+
}
11+
],
12+
"__requires": [
13+
{
14+
"type": "panel",
15+
"id": "graph",
16+
"name": "Graph",
17+
"version": ""
18+
},
19+
{
20+
"type": "grafana",
21+
"id": "grafana",
22+
"name": "Grafana",
23+
"version": "3.1.0-beta1"
24+
},
25+
{
26+
"type": "datasource",
27+
"id": "graphite",
28+
"name": "Graphite",
29+
"version": "1.0.0"
30+
}
31+
],
32+
"id": null,
33+
"title": "Graphite Carbon Metrics",
34+
"tags": [
35+
"graphite",
36+
"carbon"
37+
],
38+
"style": "dark",
39+
"timezone": "utc",
40+
"editable": true,
41+
"hideControls": false,
42+
"sharedCrosshair": false,
43+
"rows": [
44+
{
45+
"collapsable": true,
46+
"collapse": false,
47+
"editable": true,
48+
"height": 327.625,
49+
"notice": false,
50+
"panels": [
51+
{
52+
"aliasColors": {},
53+
"annotate": {
54+
"enable": false
55+
},
56+
"bars": false,
57+
"datasource": "${DS_GRAPHITE}",
58+
"editable": true,
59+
"fill": 0,
60+
"grid": {
61+
"max": null,
62+
"min": 0,
63+
"threshold1": null,
64+
"threshold1Color": "rgba(216, 200, 27, 0.27)",
65+
"threshold2": null,
66+
"threshold2Color": "rgba(234, 112, 112, 0.22)"
67+
},
68+
"id": 1,
69+
"legend": {
70+
"avg": true,
71+
"current": false,
72+
"max": false,
73+
"min": false,
74+
"show": true,
75+
"total": false,
76+
"values": true,
77+
"alignAsTable": true,
78+
"rightSide": true
79+
},
80+
"lines": true,
81+
"linewidth": 1,
82+
"loadingEditor": false,
83+
"nullPointMode": "null as zero",
84+
"percentage": false,
85+
"pointradius": 5,
86+
"points": false,
87+
"renderer": "flot",
88+
"resolution": 100,
89+
"scale": 1,
90+
"seriesOverrides": [
91+
{
92+
"alias": "Points Per Update",
93+
"yaxis": 2
94+
},
95+
{
96+
"alias": "CPU",
97+
"yaxis": 2
98+
}
99+
],
100+
"span": 12,
101+
"stack": false,
102+
"steppedLine": false,
103+
"targets": [
104+
{
105+
"refId": "A",
106+
"target": "alias(sumSeries(carbon.agents.*.updateOperations),\"Updates\") "
107+
},
108+
{
109+
"refId": "B",
110+
"target": "alias(sumSeries(carbon.agents.*.metricsReceived),'Metrics Received')"
111+
},
112+
{
113+
"refId": "C",
114+
"target": "alias(sumSeries(carbon.agents.*.committedPoints),'Committed Points')"
115+
},
116+
{
117+
"refId": "F",
118+
"target": "alias(sumSeries(carbon.agents.*.creates),'Creates')"
119+
}
120+
],
121+
"timeFrom": null,
122+
"timeShift": null,
123+
"title": "Carbon Ops",
124+
"tooltip": {
125+
"msResolution": false,
126+
"query_as_alias": true,
127+
"shared": false,
128+
"sort": 0,
129+
"value_type": "cumulative"
130+
},
131+
"type": "graph",
132+
"xaxis": {
133+
"show": true
134+
},
135+
"yaxes": [
136+
{
137+
"format": "short",
138+
"logBase": 1,
139+
"max": null,
140+
"min": null,
141+
"show": true
142+
},
143+
{
144+
"format": "short",
145+
"logBase": 1,
146+
"max": null,
147+
"min": null,
148+
"show": true
149+
}
150+
],
151+
"zerofill": true,
152+
"links": []
153+
}
154+
],
155+
"title": "Row1"
156+
},
157+
{
158+
"title": "New row",
159+
"height": 414.4375,
160+
"editable": true,
161+
"collapse": false,
162+
"panels": [
163+
{
164+
"aliasColors": {
165+
"CPU": "#E24D42"
166+
},
167+
"annotate": {
168+
"enable": false
169+
},
170+
"bars": false,
171+
"datasource": "${DS_GRAPHITE}",
172+
"editable": true,
173+
"fill": 2,
174+
"grid": {
175+
"max": null,
176+
"min": 0,
177+
"threshold1": null,
178+
"threshold1Color": "rgba(216, 200, 27, 0.27)",
179+
"threshold2": null,
180+
"threshold2Color": "rgba(234, 112, 112, 0.22)"
181+
},
182+
"id": 2,
183+
"legend": {
184+
"avg": false,
185+
"current": false,
186+
"max": false,
187+
"min": false,
188+
"show": true,
189+
"total": false,
190+
"values": false
191+
},
192+
"lines": true,
193+
"linewidth": 1,
194+
"loadingEditor": false,
195+
"nullPointMode": "null as zero",
196+
"percentage": false,
197+
"pointradius": 5,
198+
"points": false,
199+
"renderer": "flot",
200+
"resolution": 100,
201+
"scale": 1,
202+
"seriesOverrides": [
203+
{
204+
"alias": "Points Per Update",
205+
"yaxis": 2
206+
},
207+
{
208+
"alias": "CPU",
209+
"yaxis": 1
210+
}
211+
],
212+
"span": 6,
213+
"stack": false,
214+
"steppedLine": false,
215+
"targets": [
216+
{
217+
"refId": "E",
218+
"target": "alias(averageSeries(carbon.agents.*.cpuUsage),'CPU')"
219+
}
220+
],
221+
"timeFrom": null,
222+
"timeShift": null,
223+
"title": "CPU Usage",
224+
"tooltip": {
225+
"msResolution": false,
226+
"query_as_alias": true,
227+
"shared": false,
228+
"sort": 0,
229+
"value_type": "cumulative"
230+
},
231+
"type": "graph",
232+
"xaxis": {
233+
"show": true
234+
},
235+
"yaxes": [
236+
{
237+
"format": "percent",
238+
"logBase": 1,
239+
"max": null,
240+
"min": null,
241+
"show": true
242+
},
243+
{
244+
"format": "short",
245+
"logBase": 1,
246+
"max": null,
247+
"min": null,
248+
"show": false
249+
}
250+
],
251+
"zerofill": true,
252+
"links": []
253+
},
254+
{
255+
"aliasColors": {
256+
"CPU": "#E24D42"
257+
},
258+
"annotate": {
259+
"enable": false
260+
},
261+
"bars": false,
262+
"datasource": "${DS_GRAPHITE}",
263+
"editable": true,
264+
"fill": 2,
265+
"grid": {
266+
"max": null,
267+
"min": 0,
268+
"threshold1": null,
269+
"threshold1Color": "rgba(216, 200, 27, 0.27)",
270+
"threshold2": null,
271+
"threshold2Color": "rgba(234, 112, 112, 0.22)"
272+
},
273+
"id": 3,
274+
"legend": {
275+
"avg": false,
276+
"current": false,
277+
"max": false,
278+
"min": false,
279+
"show": false,
280+
"total": false,
281+
"values": false
282+
},
283+
"lines": true,
284+
"linewidth": 1,
285+
"loadingEditor": false,
286+
"nullPointMode": "null as zero",
287+
"percentage": false,
288+
"pointradius": 5,
289+
"points": false,
290+
"renderer": "flot",
291+
"resolution": 100,
292+
"scale": 1,
293+
"seriesOverrides": [
294+
{
295+
"alias": "Points Per Update",
296+
"yaxis": 1
297+
},
298+
{
299+
"alias": "CPU",
300+
"yaxis": 1
301+
}
302+
],
303+
"span": 6,
304+
"stack": false,
305+
"steppedLine": false,
306+
"targets": [
307+
{
308+
"refId": "E",
309+
"target": "alias(averageSeries(carbon.agents.*.pointsPerUpdate), 'Points Per Update')"
310+
}
311+
],
312+
"timeFrom": null,
313+
"timeShift": null,
314+
"title": "Points Per Update",
315+
"tooltip": {
316+
"msResolution": false,
317+
"query_as_alias": true,
318+
"shared": false,
319+
"sort": 0,
320+
"value_type": "cumulative"
321+
},
322+
"type": "graph",
323+
"xaxis": {
324+
"show": true
325+
},
326+
"yaxes": [
327+
{
328+
"format": "short",
329+
"logBase": 1,
330+
"max": null,
331+
"min": 0,
332+
"show": true
333+
},
334+
{
335+
"format": "short",
336+
"logBase": 1,
337+
"max": null,
338+
"min": null,
339+
"show": false
340+
}
341+
],
342+
"zerofill": true,
343+
"links": []
344+
}
345+
]
346+
}
347+
],
348+
"time": {
349+
"from": "now-1h",
350+
"to": "now"
351+
},
352+
"timepicker": {
353+
"collapse": false,
354+
"enable": true,
355+
"notice": false,
356+
"now": true,
357+
"refresh_intervals": [
358+
"5s",
359+
"10s",
360+
"30s",
361+
"1m",
362+
"5m",
363+
"15m",
364+
"30m",
365+
"1h",
366+
"2h",
367+
"1d"
368+
],
369+
"status": "Stable",
370+
"time_options": [
371+
"5m",
372+
"15m",
373+
"1h",
374+
"6h",
375+
"12h",
376+
"24h",
377+
"2d",
378+
"7d",
379+
"30d"
380+
],
381+
"type": "timepicker"
382+
},
383+
"templating": {
384+
"enable": false,
385+
"list": []
386+
},
387+
"annotations": {
388+
"enable": false,
389+
"list": []
390+
},
391+
"refresh": false,
392+
"schemaVersion": 12,
393+
"version": 7,
394+
"links": [],
395+
"gnetId": null
396+
}

graphite-carbon-stats/screenshot.png

153 KB
Loading

0 commit comments

Comments
 (0)