Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/example/docker-compose/grafana/dashboards/agent-operational.json
4096 views
1
{
2
"annotations": {
3
"list": [ ]
4
},
5
"editable": true,
6
"gnetId": null,
7
"graphTooltip": 0,
8
"hideControls": false,
9
"links": [ ],
10
"refresh": "30s",
11
"rows": [
12
{
13
"collapse": false,
14
"height": "250px",
15
"panels": [
16
{
17
"aliasColors": { },
18
"bars": false,
19
"dashLength": 10,
20
"dashes": false,
21
"datasource": "$datasource",
22
"fill": 1,
23
"id": 1,
24
"legend": {
25
"avg": false,
26
"current": false,
27
"max": false,
28
"min": false,
29
"show": true,
30
"total": false,
31
"values": false
32
},
33
"lines": true,
34
"linewidth": 1,
35
"links": [ ],
36
"nullPointMode": "null as zero",
37
"percentage": false,
38
"pointradius": 5,
39
"points": false,
40
"renderer": "flot",
41
"seriesOverrides": [ ],
42
"spaceLength": 10,
43
"span": 2,
44
"stack": false,
45
"steppedLine": false,
46
"targets": [
47
{
48
"expr": "rate(go_gc_duration_seconds_count{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}[5m])",
49
"format": "time_series",
50
"intervalFactor": 2,
51
"legendFormat": "{{pod}}",
52
"legendLink": null,
53
"step": 10
54
}
55
],
56
"thresholds": [ ],
57
"timeFrom": null,
58
"timeShift": null,
59
"title": "GCs",
60
"tooltip": {
61
"shared": true,
62
"sort": 2,
63
"value_type": "individual"
64
},
65
"type": "graph",
66
"xaxis": {
67
"buckets": null,
68
"mode": "time",
69
"name": null,
70
"show": true,
71
"values": [ ]
72
},
73
"yaxes": [
74
{
75
"format": "short",
76
"label": null,
77
"logBase": 1,
78
"max": null,
79
"min": 0,
80
"show": true
81
},
82
{
83
"format": "short",
84
"label": null,
85
"logBase": 1,
86
"max": null,
87
"min": null,
88
"show": false
89
}
90
]
91
},
92
{
93
"aliasColors": { },
94
"bars": false,
95
"dashLength": 10,
96
"dashes": false,
97
"datasource": "$datasource",
98
"fill": 1,
99
"id": 2,
100
"legend": {
101
"avg": false,
102
"current": false,
103
"max": false,
104
"min": false,
105
"show": true,
106
"total": false,
107
"values": false
108
},
109
"lines": true,
110
"linewidth": 1,
111
"links": [ ],
112
"nullPointMode": "null as zero",
113
"percentage": false,
114
"pointradius": 5,
115
"points": false,
116
"renderer": "flot",
117
"seriesOverrides": [ ],
118
"spaceLength": 10,
119
"span": 2,
120
"stack": false,
121
"steppedLine": false,
122
"targets": [
123
{
124
"expr": "go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}",
125
"format": "time_series",
126
"intervalFactor": 2,
127
"legendFormat": "{{pod}}",
128
"legendLink": null,
129
"step": 10
130
}
131
],
132
"thresholds": [ ],
133
"timeFrom": null,
134
"timeShift": null,
135
"title": "Go Heap",
136
"tooltip": {
137
"shared": true,
138
"sort": 2,
139
"value_type": "individual"
140
},
141
"type": "graph",
142
"xaxis": {
143
"buckets": null,
144
"mode": "time",
145
"name": null,
146
"show": true,
147
"values": [ ]
148
},
149
"yaxes": [
150
{
151
"format": "decbytes",
152
"label": null,
153
"logBase": 1,
154
"max": null,
155
"min": 0,
156
"show": true
157
},
158
{
159
"format": "short",
160
"label": null,
161
"logBase": 1,
162
"max": null,
163
"min": null,
164
"show": false
165
}
166
]
167
},
168
{
169
"aliasColors": { },
170
"bars": false,
171
"dashLength": 10,
172
"dashes": false,
173
"datasource": "$datasource",
174
"fill": 1,
175
"id": 3,
176
"legend": {
177
"avg": false,
178
"current": false,
179
"max": false,
180
"min": false,
181
"show": true,
182
"total": false,
183
"values": false
184
},
185
"lines": true,
186
"linewidth": 1,
187
"links": [ ],
188
"nullPointMode": "null as zero",
189
"percentage": false,
190
"pointradius": 5,
191
"points": false,
192
"renderer": "flot",
193
"seriesOverrides": [ ],
194
"spaceLength": 10,
195
"span": 2,
196
"stack": false,
197
"steppedLine": false,
198
"targets": [
199
{
200
"expr": "go_goroutines{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}",
201
"format": "time_series",
202
"intervalFactor": 2,
203
"legendFormat": "{{pod}}",
204
"legendLink": null,
205
"step": 10
206
}
207
],
208
"thresholds": [ ],
209
"timeFrom": null,
210
"timeShift": null,
211
"title": "Goroutines",
212
"tooltip": {
213
"shared": true,
214
"sort": 2,
215
"value_type": "individual"
216
},
217
"type": "graph",
218
"xaxis": {
219
"buckets": null,
220
"mode": "time",
221
"name": null,
222
"show": true,
223
"values": [ ]
224
},
225
"yaxes": [
226
{
227
"format": "short",
228
"label": null,
229
"logBase": 1,
230
"max": null,
231
"min": 0,
232
"show": true
233
},
234
{
235
"format": "short",
236
"label": null,
237
"logBase": 1,
238
"max": null,
239
"min": null,
240
"show": false
241
}
242
]
243
},
244
{
245
"aliasColors": { },
246
"bars": false,
247
"dashLength": 10,
248
"dashes": false,
249
"datasource": "$datasource",
250
"fill": 1,
251
"id": 4,
252
"legend": {
253
"avg": false,
254
"current": false,
255
"max": false,
256
"min": false,
257
"show": true,
258
"total": false,
259
"values": false
260
},
261
"lines": true,
262
"linewidth": 1,
263
"links": [ ],
264
"nullPointMode": "null as zero",
265
"percentage": false,
266
"pointradius": 5,
267
"points": false,
268
"renderer": "flot",
269
"seriesOverrides": [ ],
270
"spaceLength": 10,
271
"span": 2,
272
"stack": false,
273
"steppedLine": false,
274
"targets": [
275
{
276
"expr": "rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}[5m])",
277
"format": "time_series",
278
"intervalFactor": 2,
279
"legendFormat": "{{pod}}",
280
"legendLink": null,
281
"step": 10
282
}
283
],
284
"thresholds": [ ],
285
"timeFrom": null,
286
"timeShift": null,
287
"title": "CPU",
288
"tooltip": {
289
"shared": true,
290
"sort": 2,
291
"value_type": "individual"
292
},
293
"type": "graph",
294
"xaxis": {
295
"buckets": null,
296
"mode": "time",
297
"name": null,
298
"show": true,
299
"values": [ ]
300
},
301
"yaxes": [
302
{
303
"format": "short",
304
"label": null,
305
"logBase": 1,
306
"max": null,
307
"min": 0,
308
"show": true
309
},
310
{
311
"format": "short",
312
"label": null,
313
"logBase": 1,
314
"max": null,
315
"min": null,
316
"show": false
317
}
318
]
319
},
320
{
321
"aliasColors": { },
322
"bars": false,
323
"dashLength": 10,
324
"dashes": false,
325
"datasource": "$datasource",
326
"fill": 1,
327
"id": 5,
328
"legend": {
329
"avg": false,
330
"current": false,
331
"max": false,
332
"min": false,
333
"show": true,
334
"total": false,
335
"values": false
336
},
337
"lines": true,
338
"linewidth": 1,
339
"links": [ ],
340
"nullPointMode": "null as zero",
341
"percentage": false,
342
"pointradius": 5,
343
"points": false,
344
"renderer": "flot",
345
"seriesOverrides": [ ],
346
"spaceLength": 10,
347
"span": 2,
348
"stack": false,
349
"steppedLine": false,
350
"targets": [
351
{
352
"expr": "container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}",
353
"format": "time_series",
354
"intervalFactor": 2,
355
"legendFormat": "{{pod}}",
356
"legendLink": null,
357
"step": 10
358
}
359
],
360
"thresholds": [ ],
361
"timeFrom": null,
362
"timeShift": null,
363
"title": "WSS",
364
"tooltip": {
365
"shared": true,
366
"sort": 2,
367
"value_type": "individual"
368
},
369
"type": "graph",
370
"xaxis": {
371
"buckets": null,
372
"mode": "time",
373
"name": null,
374
"show": true,
375
"values": [ ]
376
},
377
"yaxes": [
378
{
379
"format": "short",
380
"label": null,
381
"logBase": 1,
382
"max": null,
383
"min": 0,
384
"show": true
385
},
386
{
387
"format": "short",
388
"label": null,
389
"logBase": 1,
390
"max": null,
391
"min": null,
392
"show": false
393
}
394
]
395
},
396
{
397
"aliasColors": { },
398
"bars": false,
399
"dashLength": 10,
400
"dashes": false,
401
"datasource": "$datasource",
402
"fill": 1,
403
"id": 6,
404
"legend": {
405
"avg": false,
406
"current": false,
407
"max": false,
408
"min": false,
409
"show": true,
410
"total": false,
411
"values": false
412
},
413
"lines": true,
414
"linewidth": 1,
415
"links": [ ],
416
"nullPointMode": "null as zero",
417
"percentage": false,
418
"pointradius": 5,
419
"points": false,
420
"renderer": "flot",
421
"seriesOverrides": [ ],
422
"spaceLength": 10,
423
"span": 2,
424
"stack": false,
425
"steppedLine": false,
426
"targets": [
427
{
428
"expr": "rate(promtail_custom_bad_words_total{cluster=~\"$cluster\", exported_namespace=~\"$namespace\", exported_job=~\"$job\"}[5m])",
429
"format": "time_series",
430
"intervalFactor": 2,
431
"legendFormat": "{{job}}",
432
"legendLink": null,
433
"step": 10
434
}
435
],
436
"thresholds": [ ],
437
"timeFrom": null,
438
"timeShift": null,
439
"title": "Bad Words",
440
"tooltip": {
441
"shared": true,
442
"sort": 2,
443
"value_type": "individual"
444
},
445
"type": "graph",
446
"xaxis": {
447
"buckets": null,
448
"mode": "time",
449
"name": null,
450
"show": true,
451
"values": [ ]
452
},
453
"yaxes": [
454
{
455
"format": "short",
456
"label": null,
457
"logBase": 1,
458
"max": null,
459
"min": 0,
460
"show": true
461
},
462
{
463
"format": "short",
464
"label": null,
465
"logBase": 1,
466
"max": null,
467
"min": null,
468
"show": false
469
}
470
]
471
}
472
],
473
"repeat": null,
474
"repeatIteration": null,
475
"repeatRowId": null,
476
"showTitle": true,
477
"title": "General",
478
"titleSize": "h6"
479
},
480
{
481
"collapse": false,
482
"height": "250px",
483
"panels": [
484
{
485
"aliasColors": { },
486
"bars": false,
487
"dashLength": 10,
488
"dashes": false,
489
"datasource": "$datasource",
490
"fill": 1,
491
"id": 7,
492
"legend": {
493
"avg": false,
494
"current": false,
495
"max": false,
496
"min": false,
497
"show": true,
498
"total": false,
499
"values": false
500
},
501
"lines": true,
502
"linewidth": 1,
503
"links": [ ],
504
"nullPointMode": "null as zero",
505
"percentage": false,
506
"pointradius": 5,
507
"points": false,
508
"renderer": "flot",
509
"seriesOverrides": [ ],
510
"spaceLength": 10,
511
"span": 6,
512
"stack": false,
513
"steppedLine": false,
514
"targets": [
515
{
516
"expr": "sum by (pod) (rate(container_network_receive_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[5m]))",
517
"format": "time_series",
518
"intervalFactor": 2,
519
"legendFormat": "{{pod}}",
520
"legendLink": null,
521
"step": 10
522
}
523
],
524
"thresholds": [ ],
525
"timeFrom": null,
526
"timeShift": null,
527
"title": "RX by Pod",
528
"tooltip": {
529
"shared": true,
530
"sort": 2,
531
"value_type": "individual"
532
},
533
"type": "graph",
534
"xaxis": {
535
"buckets": null,
536
"mode": "time",
537
"name": null,
538
"show": true,
539
"values": [ ]
540
},
541
"yaxes": [
542
{
543
"format": "short",
544
"label": null,
545
"logBase": 1,
546
"max": null,
547
"min": 0,
548
"show": true
549
},
550
{
551
"format": "short",
552
"label": null,
553
"logBase": 1,
554
"max": null,
555
"min": null,
556
"show": false
557
}
558
]
559
},
560
{
561
"aliasColors": { },
562
"bars": false,
563
"dashLength": 10,
564
"dashes": false,
565
"datasource": "$datasource",
566
"fill": 1,
567
"id": 8,
568
"legend": {
569
"avg": false,
570
"current": false,
571
"max": false,
572
"min": false,
573
"show": true,
574
"total": false,
575
"values": false
576
},
577
"lines": true,
578
"linewidth": 1,
579
"links": [ ],
580
"nullPointMode": "null as zero",
581
"percentage": false,
582
"pointradius": 5,
583
"points": false,
584
"renderer": "flot",
585
"seriesOverrides": [ ],
586
"spaceLength": 10,
587
"span": 6,
588
"stack": false,
589
"steppedLine": false,
590
"targets": [
591
{
592
"expr": "sum by (pod) (rate(container_network_transmit_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}[5m]))",
593
"format": "time_series",
594
"intervalFactor": 2,
595
"legendFormat": "{{pod}}",
596
"legendLink": null,
597
"step": 10
598
}
599
],
600
"thresholds": [ ],
601
"timeFrom": null,
602
"timeShift": null,
603
"title": "TX by Pod",
604
"tooltip": {
605
"shared": true,
606
"sort": 2,
607
"value_type": "individual"
608
},
609
"type": "graph",
610
"xaxis": {
611
"buckets": null,
612
"mode": "time",
613
"name": null,
614
"show": true,
615
"values": [ ]
616
},
617
"yaxes": [
618
{
619
"format": "short",
620
"label": null,
621
"logBase": 1,
622
"max": null,
623
"min": 0,
624
"show": true
625
},
626
{
627
"format": "short",
628
"label": null,
629
"logBase": 1,
630
"max": null,
631
"min": null,
632
"show": false
633
}
634
]
635
}
636
],
637
"repeat": null,
638
"repeatIteration": null,
639
"repeatRowId": null,
640
"showTitle": true,
641
"title": "Network",
642
"titleSize": "h6"
643
},
644
{
645
"collapse": false,
646
"height": "250px",
647
"panels": [
648
{
649
"aliasColors": { },
650
"bars": false,
651
"dashLength": 10,
652
"dashes": false,
653
"datasource": "$datasource",
654
"fill": 1,
655
"id": 9,
656
"legend": {
657
"avg": false,
658
"current": false,
659
"max": false,
660
"min": false,
661
"show": true,
662
"total": false,
663
"values": false
664
},
665
"lines": true,
666
"linewidth": 1,
667
"links": [ ],
668
"nullPointMode": "null as zero",
669
"percentage": false,
670
"pointradius": 5,
671
"points": false,
672
"renderer": "flot",
673
"seriesOverrides": [ ],
674
"spaceLength": 10,
675
"span": 2,
676
"stack": false,
677
"steppedLine": false,
678
"targets": [
679
{
680
"expr": "(sum by (pod) (avg_over_time(go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}[1m])))\n/\n(sum by (pod) (agent_wal_storage_active_series{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}))\n",
681
"format": "time_series",
682
"intervalFactor": 2,
683
"legendFormat": "{{pod}}",
684
"legendLink": null,
685
"step": 10
686
}
687
],
688
"thresholds": [ ],
689
"timeFrom": null,
690
"timeShift": null,
691
"title": "Bytes/Series/Pod",
692
"tooltip": {
693
"shared": true,
694
"sort": 2,
695
"value_type": "individual"
696
},
697
"type": "graph",
698
"xaxis": {
699
"buckets": null,
700
"mode": "time",
701
"name": null,
702
"show": true,
703
"values": [ ]
704
},
705
"yaxes": [
706
{
707
"format": "decbytes",
708
"label": null,
709
"logBase": 1,
710
"max": null,
711
"min": 0,
712
"show": true
713
},
714
{
715
"format": "short",
716
"label": null,
717
"logBase": 1,
718
"max": null,
719
"min": null,
720
"show": false
721
}
722
]
723
},
724
{
725
"aliasColors": { },
726
"bars": false,
727
"dashLength": 10,
728
"dashes": false,
729
"datasource": "$datasource",
730
"fill": 1,
731
"id": 10,
732
"legend": {
733
"avg": false,
734
"current": false,
735
"max": false,
736
"min": false,
737
"show": true,
738
"total": false,
739
"values": false
740
},
741
"lines": true,
742
"linewidth": 1,
743
"links": [ ],
744
"nullPointMode": "null as zero",
745
"percentage": false,
746
"pointradius": 5,
747
"points": false,
748
"renderer": "flot",
749
"seriesOverrides": [ ],
750
"spaceLength": 10,
751
"span": 2,
752
"stack": false,
753
"steppedLine": false,
754
"targets": [
755
{
756
"expr": "(sum by (container) (avg_over_time(go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}[1m])))\n/\n(sum by (container) (agent_wal_storage_active_series{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"}))\n",
757
"format": "time_series",
758
"intervalFactor": 2,
759
"legendFormat": "{{container}}",
760
"legendLink": null,
761
"step": 10
762
}
763
],
764
"thresholds": [ ],
765
"timeFrom": null,
766
"timeShift": null,
767
"title": "Bytes/Series",
768
"tooltip": {
769
"shared": true,
770
"sort": 2,
771
"value_type": "individual"
772
},
773
"type": "graph",
774
"xaxis": {
775
"buckets": null,
776
"mode": "time",
777
"name": null,
778
"show": true,
779
"values": [ ]
780
},
781
"yaxes": [
782
{
783
"format": "decbytes",
784
"label": null,
785
"logBase": 1,
786
"max": null,
787
"min": 0,
788
"show": true
789
},
790
{
791
"format": "short",
792
"label": null,
793
"logBase": 1,
794
"max": null,
795
"min": null,
796
"show": false
797
}
798
]
799
},
800
{
801
"aliasColors": { },
802
"bars": false,
803
"dashLength": 10,
804
"dashes": false,
805
"datasource": "$datasource",
806
"fill": 1,
807
"id": 11,
808
"legend": {
809
"avg": false,
810
"current": false,
811
"max": false,
812
"min": false,
813
"show": true,
814
"total": false,
815
"values": false
816
},
817
"lines": true,
818
"linewidth": 1,
819
"links": [ ],
820
"nullPointMode": "null as zero",
821
"percentage": false,
822
"pointradius": 5,
823
"points": false,
824
"renderer": "flot",
825
"seriesOverrides": [ ],
826
"spaceLength": 10,
827
"span": 2,
828
"stack": false,
829
"steppedLine": false,
830
"targets": [
831
{
832
"expr": "sum by (pod) (agent_wal_storage_active_series{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"})",
833
"format": "time_series",
834
"intervalFactor": 2,
835
"legendFormat": "{{pod}}",
836
"legendLink": null,
837
"step": 10
838
}
839
],
840
"thresholds": [ ],
841
"timeFrom": null,
842
"timeShift": null,
843
"title": "Series/Pod",
844
"tooltip": {
845
"shared": true,
846
"sort": 2,
847
"value_type": "individual"
848
},
849
"type": "graph",
850
"xaxis": {
851
"buckets": null,
852
"mode": "time",
853
"name": null,
854
"show": true,
855
"values": [ ]
856
},
857
"yaxes": [
858
{
859
"format": "short",
860
"label": null,
861
"logBase": 1,
862
"max": null,
863
"min": 0,
864
"show": true
865
},
866
{
867
"format": "short",
868
"label": null,
869
"logBase": 1,
870
"max": null,
871
"min": null,
872
"show": false
873
}
874
]
875
},
876
{
877
"aliasColors": { },
878
"bars": false,
879
"dashLength": 10,
880
"dashes": false,
881
"datasource": "$datasource",
882
"fill": 1,
883
"id": 12,
884
"legend": {
885
"avg": false,
886
"current": false,
887
"max": false,
888
"min": false,
889
"show": true,
890
"total": false,
891
"values": false
892
},
893
"lines": true,
894
"linewidth": 1,
895
"links": [ ],
896
"nullPointMode": "null as zero",
897
"percentage": false,
898
"pointradius": 5,
899
"points": false,
900
"renderer": "flot",
901
"seriesOverrides": [ ],
902
"spaceLength": 10,
903
"span": 2,
904
"stack": false,
905
"steppedLine": false,
906
"targets": [
907
{
908
"expr": "sum by (instance_group_name) (agent_wal_storage_active_series{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"})",
909
"format": "time_series",
910
"intervalFactor": 2,
911
"legendFormat": "{{instance_group_name}}",
912
"legendLink": null,
913
"step": 10
914
}
915
],
916
"thresholds": [ ],
917
"timeFrom": null,
918
"timeShift": null,
919
"title": "Series/Config",
920
"tooltip": {
921
"shared": true,
922
"sort": 2,
923
"value_type": "individual"
924
},
925
"type": "graph",
926
"xaxis": {
927
"buckets": null,
928
"mode": "time",
929
"name": null,
930
"show": true,
931
"values": [ ]
932
},
933
"yaxes": [
934
{
935
"format": "short",
936
"label": null,
937
"logBase": 1,
938
"max": null,
939
"min": 0,
940
"show": true
941
},
942
{
943
"format": "short",
944
"label": null,
945
"logBase": 1,
946
"max": null,
947
"min": null,
948
"show": false
949
}
950
]
951
},
952
{
953
"aliasColors": { },
954
"bars": false,
955
"dashLength": 10,
956
"dashes": false,
957
"datasource": "$datasource",
958
"fill": 1,
959
"id": 13,
960
"legend": {
961
"avg": false,
962
"current": false,
963
"max": false,
964
"min": false,
965
"show": true,
966
"total": false,
967
"values": false
968
},
969
"lines": true,
970
"linewidth": 1,
971
"links": [ ],
972
"nullPointMode": "null as zero",
973
"percentage": false,
974
"pointradius": 5,
975
"points": false,
976
"renderer": "flot",
977
"seriesOverrides": [ ],
978
"spaceLength": 10,
979
"span": 2,
980
"stack": false,
981
"steppedLine": false,
982
"targets": [
983
{
984
"expr": "sum by (container) (agent_wal_storage_active_series{cluster=~\"$cluster\", namespace=~\"$namespace\", container=~\"$container\", pod=~\"$pod\"})",
985
"format": "time_series",
986
"intervalFactor": 2,
987
"legendFormat": "{{container}}",
988
"legendLink": null,
989
"step": 10
990
}
991
],
992
"thresholds": [ ],
993
"timeFrom": null,
994
"timeShift": null,
995
"title": "Series",
996
"tooltip": {
997
"shared": true,
998
"sort": 2,
999
"value_type": "individual"
1000
},
1001
"type": "graph",
1002
"xaxis": {
1003
"buckets": null,
1004
"mode": "time",
1005
"name": null,
1006
"show": true,
1007
"values": [ ]
1008
},
1009
"yaxes": [
1010
{
1011
"format": "short",
1012
"label": null,
1013
"logBase": 1,
1014
"max": null,
1015
"min": 0,
1016
"show": true
1017
},
1018
{
1019
"format": "short",
1020
"label": null,
1021
"logBase": 1,
1022
"max": null,
1023
"min": null,
1024
"show": false
1025
}
1026
]
1027
}
1028
],
1029
"repeat": null,
1030
"repeatIteration": null,
1031
"repeatRowId": null,
1032
"showTitle": true,
1033
"title": "Prometheus Read",
1034
"titleSize": "h6"
1035
}
1036
],
1037
"schemaVersion": 14,
1038
"style": "dark",
1039
"tags": [
1040
"grafana-agent-mixin"
1041
],
1042
"templating": {
1043
"list": [
1044
{
1045
"current": {
1046
"text": "default",
1047
"value": "default"
1048
},
1049
"hide": 0,
1050
"label": "Data Source",
1051
"name": "datasource",
1052
"options": [ ],
1053
"query": "prometheus",
1054
"refresh": 1,
1055
"regex": "",
1056
"type": "datasource"
1057
},
1058
{
1059
"allValue": ".+",
1060
"current": {
1061
"selected": true,
1062
"text": "All",
1063
"value": "$__all"
1064
},
1065
"datasource": "$datasource",
1066
"hide": 0,
1067
"includeAll": true,
1068
"label": "cluster",
1069
"multi": true,
1070
"name": "cluster",
1071
"options": [ ],
1072
"query": "label_values(agent_build_info, cluster)",
1073
"refresh": 1,
1074
"regex": "",
1075
"sort": 2,
1076
"tagValuesQuery": "",
1077
"tags": [ ],
1078
"tagsQuery": "",
1079
"type": "query",
1080
"useTags": false
1081
},
1082
{
1083
"allValue": ".+",
1084
"current": {
1085
"selected": true,
1086
"text": "All",
1087
"value": "$__all"
1088
},
1089
"datasource": "$datasource",
1090
"hide": 0,
1091
"includeAll": true,
1092
"label": "namespace",
1093
"multi": true,
1094
"name": "namespace",
1095
"options": [ ],
1096
"query": "label_values(agent_build_info, namespace)",
1097
"refresh": 1,
1098
"regex": "",
1099
"sort": 2,
1100
"tagValuesQuery": "",
1101
"tags": [ ],
1102
"tagsQuery": "",
1103
"type": "query",
1104
"useTags": false
1105
},
1106
{
1107
"allValue": ".+",
1108
"current": {
1109
"selected": true,
1110
"text": "All",
1111
"value": "$__all"
1112
},
1113
"datasource": "$datasource",
1114
"hide": 0,
1115
"includeAll": true,
1116
"label": "container",
1117
"multi": true,
1118
"name": "container",
1119
"options": [ ],
1120
"query": "label_values(agent_build_info, container)",
1121
"refresh": 1,
1122
"regex": "",
1123
"sort": 2,
1124
"tagValuesQuery": "",
1125
"tags": [ ],
1126
"tagsQuery": "",
1127
"type": "query",
1128
"useTags": false
1129
},
1130
{
1131
"allValue": "grafana-agent-.*",
1132
"current": {
1133
"selected": true,
1134
"text": "All",
1135
"value": "$__all"
1136
},
1137
"datasource": "$datasource",
1138
"hide": 0,
1139
"includeAll": true,
1140
"label": "pod",
1141
"multi": true,
1142
"name": "pod",
1143
"options": [ ],
1144
"query": "label_values(agent_build_info{container=~\"$container\", namespace=\"$namespace\"}, pod)",
1145
"refresh": 1,
1146
"regex": "",
1147
"sort": 2,
1148
"tagValuesQuery": "",
1149
"tags": [ ],
1150
"tagsQuery": "",
1151
"type": "query",
1152
"useTags": false
1153
}
1154
]
1155
},
1156
"time": {
1157
"from": "now-1h",
1158
"to": "now"
1159
},
1160
"timepicker": {
1161
"refresh_intervals": [
1162
"5s",
1163
"10s",
1164
"30s",
1165
"1m",
1166
"5m",
1167
"15m",
1168
"30m",
1169
"1h",
1170
"2h",
1171
"1d"
1172
],
1173
"time_options": [
1174
"5m",
1175
"15m",
1176
"1h",
1177
"6h",
1178
"12h",
1179
"24h",
1180
"2d",
1181
"7d",
1182
"30d"
1183
]
1184
},
1185
"timezone": "",
1186
"title": "Agent Operational",
1187
"uid": "",
1188
"version": 0
1189
}
1190
1191