Integrate collectd, prometheus and grafana.
[multicloud/k8s.git] / kud / tests / vnfs / comp-app / collection / app2 / helm / prometheus-operator / templates / grafana / dashboards-1.14 / scheduler.yaml
1 {{- /*
2 Generated from 'scheduler' from https://raw.githubusercontent.com/coreos/kube-prometheus/master/manifests/grafana-dashboardDefinitions.yaml
3 Do not change in-place! In order to change this file first read following link:
4 https://github.com/helm/charts/tree/master/stable/prometheus-operator/hack
5 */ -}}
6 {{- $kubeTargetVersion := default .Capabilities.KubeVersion.GitVersion .Values.kubeTargetVersionOverride }}
7 {{- if and (semverCompare ">=1.14.0-0" $kubeTargetVersion) (semverCompare "<9.9.9-9" $kubeTargetVersion) .Values.grafana.enabled .Values.grafana.defaultDashboardsEnabled .Values.kubeScheduler.enabled }}
8 apiVersion: v1
9 kind: ConfigMap
10 metadata:
11   namespace: {{ template "prometheus-operator.namespace" . }}
12   name: {{ printf "%s-%s" (include "prometheus-operator.fullname" $) "scheduler" | trunc 63 | trimSuffix "-" }}
13   labels:
14     {{- if $.Values.grafana.sidecar.dashboards.label }}
15     {{ $.Values.grafana.sidecar.dashboards.label }}: "1"
16     {{- end }}
17     app: {{ template "prometheus-operator.name" $ }}-grafana
18 {{ include "prometheus-operator.labels" $ | indent 4 }}
19 data:
20   scheduler.json: |-
21     {
22         "__inputs": [
23
24         ],
25         "__requires": [
26
27         ],
28         "annotations": {
29             "list": [
30
31             ]
32         },
33         "editable": false,
34         "gnetId": null,
35         "graphTooltip": 0,
36         "hideControls": false,
37         "id": null,
38         "links": [
39
40         ],
41         "refresh": "10s",
42         "rows": [
43             {
44                 "collapse": false,
45                 "collapsed": false,
46                 "panels": [
47                     {
48                         "cacheTimeout": null,
49                         "colorBackground": false,
50                         "colorValue": false,
51                         "colors": [
52                             "#299c46",
53                             "rgba(237, 129, 40, 0.89)",
54                             "#d44a3a"
55                         ],
56                         "datasource": "$datasource",
57                         "format": "none",
58                         "gauge": {
59                             "maxValue": 100,
60                             "minValue": 0,
61                             "show": false,
62                             "thresholdLabels": false,
63                             "thresholdMarkers": true
64                         },
65                         "gridPos": {
66
67                         },
68                         "id": 2,
69                         "interval": null,
70                         "links": [
71
72                         ],
73                         "mappingType": 1,
74                         "mappingTypes": [
75                             {
76                                 "name": "value to text",
77                                 "value": 1
78                             },
79                             {
80                                 "name": "range to text",
81                                 "value": 2
82                             }
83                         ],
84                         "maxDataPoints": 100,
85                         "nullPointMode": "connected",
86                         "nullText": null,
87                         "postfix": "",
88                         "postfixFontSize": "50%",
89                         "prefix": "",
90                         "prefixFontSize": "50%",
91                         "rangeMaps": [
92                             {
93                                 "from": "null",
94                                 "text": "N/A",
95                                 "to": "null"
96                             }
97                         ],
98                         "span": 2,
99                         "sparkline": {
100                             "fillColor": "rgba(31, 118, 189, 0.18)",
101                             "full": false,
102                             "lineColor": "rgb(31, 120, 193)",
103                             "show": false
104                         },
105                         "tableColumn": "",
106                         "targets": [
107                             {
108                                 "expr": "sum(up{job=\"kube-scheduler\"})",
109                                 "format": "time_series",
110                                 "intervalFactor": 2,
111                                 "legendFormat": "",
112                                 "refId": "A"
113                             }
114                         ],
115                         "thresholds": "",
116                         "title": "Up",
117                         "tooltip": {
118                             "shared": false
119                         },
120                         "type": "singlestat",
121                         "valueFontSize": "80%",
122                         "valueMaps": [
123                             {
124                                 "op": "=",
125                                 "text": "N/A",
126                                 "value": "null"
127                             }
128                         ],
129                         "valueName": "min"
130                     },
131                     {
132                         "aliasColors": {
133
134                         },
135                         "bars": false,
136                         "dashLength": 10,
137                         "dashes": false,
138                         "datasource": "$datasource",
139                         "fill": 1,
140                         "gridPos": {
141
142                         },
143                         "id": 3,
144                         "legend": {
145                             "alignAsTable": true,
146                             "avg": false,
147                             "current": true,
148                             "max": false,
149                             "min": false,
150                             "rightSide": true,
151                             "show": true,
152                             "total": false,
153                             "values": true
154                         },
155                         "lines": true,
156                         "linewidth": 1,
157                         "links": [
158
159                         ],
160                         "nullPointMode": "null",
161                         "percentage": false,
162                         "pointradius": 5,
163                         "points": false,
164                         "renderer": "flot",
165                         "repeat": null,
166                         "seriesOverrides": [
167
168                         ],
169                         "spaceLength": 10,
170                         "span": 5,
171                         "stack": false,
172                         "steppedLine": false,
173                         "targets": [
174                             {
175                                 "expr": "sum(rate(scheduler_e2e_scheduling_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
176                                 "format": "time_series",
177                                 "intervalFactor": 2,
178                                 "legendFormat": "{{`{{`}}instance{{`}}`}} e2e",
179                                 "refId": "A"
180                             },
181                             {
182                                 "expr": "sum(rate(scheduler_binding_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
183                                 "format": "time_series",
184                                 "intervalFactor": 2,
185                                 "legendFormat": "{{`{{`}}instance{{`}}`}} binding",
186                                 "refId": "B"
187                             },
188                             {
189                                 "expr": "sum(rate(scheduler_scheduling_algorithm_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
190                                 "format": "time_series",
191                                 "intervalFactor": 2,
192                                 "legendFormat": "{{`{{`}}instance{{`}}`}} scheduling algorithm",
193                                 "refId": "C"
194                             },
195                             {
196                                 "expr": "sum(rate(scheduler_volume_scheduling_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
197                                 "format": "time_series",
198                                 "intervalFactor": 2,
199                                 "legendFormat": "{{`{{`}}instance{{`}}`}} volume",
200                                 "refId": "D"
201                             }
202                         ],
203                         "thresholds": [
204
205                         ],
206                         "timeFrom": null,
207                         "timeShift": null,
208                         "title": "Scheduling Rate",
209                         "tooltip": {
210                             "shared": false,
211                             "sort": 0,
212                             "value_type": "individual"
213                         },
214                         "type": "graph",
215                         "xaxis": {
216                             "buckets": null,
217                             "mode": "time",
218                             "name": null,
219                             "show": true,
220                             "values": [
221
222                             ]
223                         },
224                         "yaxes": [
225                             {
226                                 "format": "ops",
227                                 "label": null,
228                                 "logBase": 1,
229                                 "max": null,
230                                 "min": 0,
231                                 "show": true
232                             },
233                             {
234                                 "format": "ops",
235                                 "label": null,
236                                 "logBase": 1,
237                                 "max": null,
238                                 "min": 0,
239                                 "show": true
240                             }
241                         ]
242                     },
243                     {
244                         "aliasColors": {
245
246                         },
247                         "bars": false,
248                         "dashLength": 10,
249                         "dashes": false,
250                         "datasource": "$datasource",
251                         "fill": 1,
252                         "gridPos": {
253
254                         },
255                         "id": 4,
256                         "legend": {
257                             "alignAsTable": true,
258                             "avg": false,
259                             "current": true,
260                             "max": false,
261                             "min": false,
262                             "rightSide": true,
263                             "show": true,
264                             "total": false,
265                             "values": true
266                         },
267                         "lines": true,
268                         "linewidth": 1,
269                         "links": [
270
271                         ],
272                         "nullPointMode": "null",
273                         "percentage": false,
274                         "pointradius": 5,
275                         "points": false,
276                         "renderer": "flot",
277                         "repeat": null,
278                         "seriesOverrides": [
279
280                         ],
281                         "spaceLength": 10,
282                         "span": 5,
283                         "stack": false,
284                         "steppedLine": false,
285                         "targets": [
286                             {
287                                 "expr": "histogram_quantile(0.99, sum(rate(scheduler_e2e_scheduling_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
288                                 "format": "time_series",
289                                 "intervalFactor": 2,
290                                 "legendFormat": "{{`{{`}}instance{{`}}`}} e2e",
291                                 "refId": "A"
292                             },
293                             {
294                                 "expr": "histogram_quantile(0.99, sum(rate(scheduler_binding_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
295                                 "format": "time_series",
296                                 "intervalFactor": 2,
297                                 "legendFormat": "{{`{{`}}instance{{`}}`}} binding",
298                                 "refId": "B"
299                             },
300                             {
301                                 "expr": "histogram_quantile(0.99, sum(rate(scheduler_scheduling_algorithm_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
302                                 "format": "time_series",
303                                 "intervalFactor": 2,
304                                 "legendFormat": "{{`{{`}}instance{{`}}`}} scheduling algorithm",
305                                 "refId": "C"
306                             },
307                             {
308                                 "expr": "histogram_quantile(0.99, sum(rate(scheduler_volume_scheduling_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
309                                 "format": "time_series",
310                                 "intervalFactor": 2,
311                                 "legendFormat": "{{`{{`}}instance{{`}}`}} volume",
312                                 "refId": "D"
313                             }
314                         ],
315                         "thresholds": [
316
317                         ],
318                         "timeFrom": null,
319                         "timeShift": null,
320                         "title": "Scheduling latency 99th Quantile",
321                         "tooltip": {
322                             "shared": false,
323                             "sort": 0,
324                             "value_type": "individual"
325                         },
326                         "type": "graph",
327                         "xaxis": {
328                             "buckets": null,
329                             "mode": "time",
330                             "name": null,
331                             "show": true,
332                             "values": [
333
334                             ]
335                         },
336                         "yaxes": [
337                             {
338                                 "format": "s",
339                                 "label": null,
340                                 "logBase": 1,
341                                 "max": null,
342                                 "min": 0,
343                                 "show": true
344                             },
345                             {
346                                 "format": "s",
347                                 "label": null,
348                                 "logBase": 1,
349                                 "max": null,
350                                 "min": 0,
351                                 "show": true
352                             }
353                         ]
354                     }
355                 ],
356                 "repeat": null,
357                 "repeatIteration": null,
358                 "repeatRowId": null,
359                 "showTitle": false,
360                 "title": "Dashboard Row",
361                 "titleSize": "h6",
362                 "type": "row"
363             },
364             {
365                 "collapse": false,
366                 "collapsed": false,
367                 "panels": [
368                     {
369                         "aliasColors": {
370
371                         },
372                         "bars": false,
373                         "dashLength": 10,
374                         "dashes": false,
375                         "datasource": "$datasource",
376                         "fill": 1,
377                         "gridPos": {
378
379                         },
380                         "id": 5,
381                         "legend": {
382                             "alignAsTable": false,
383                             "avg": false,
384                             "current": false,
385                             "max": false,
386                             "min": false,
387                             "rightSide": false,
388                             "show": true,
389                             "total": false,
390                             "values": false
391                         },
392                         "lines": true,
393                         "linewidth": 1,
394                         "links": [
395
396                         ],
397                         "nullPointMode": "null",
398                         "percentage": false,
399                         "pointradius": 5,
400                         "points": false,
401                         "renderer": "flot",
402                         "repeat": null,
403                         "seriesOverrides": [
404
405                         ],
406                         "spaceLength": 10,
407                         "span": 4,
408                         "stack": false,
409                         "steppedLine": false,
410                         "targets": [
411                             {
412                                 "expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"2..\"}[5m]))",
413                                 "format": "time_series",
414                                 "intervalFactor": 2,
415                                 "legendFormat": "2xx",
416                                 "refId": "A"
417                             },
418                             {
419                                 "expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"3..\"}[5m]))",
420                                 "format": "time_series",
421                                 "intervalFactor": 2,
422                                 "legendFormat": "3xx",
423                                 "refId": "B"
424                             },
425                             {
426                                 "expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"4..\"}[5m]))",
427                                 "format": "time_series",
428                                 "intervalFactor": 2,
429                                 "legendFormat": "4xx",
430                                 "refId": "C"
431                             },
432                             {
433                                 "expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"5..\"}[5m]))",
434                                 "format": "time_series",
435                                 "intervalFactor": 2,
436                                 "legendFormat": "5xx",
437                                 "refId": "D"
438                             }
439                         ],
440                         "thresholds": [
441
442                         ],
443                         "timeFrom": null,
444                         "timeShift": null,
445                         "title": "Kube API Request Rate",
446                         "tooltip": {
447                             "shared": false,
448                             "sort": 0,
449                             "value_type": "individual"
450                         },
451                         "type": "graph",
452                         "xaxis": {
453                             "buckets": null,
454                             "mode": "time",
455                             "name": null,
456                             "show": true,
457                             "values": [
458
459                             ]
460                         },
461                         "yaxes": [
462                             {
463                                 "format": "ops",
464                                 "label": null,
465                                 "logBase": 1,
466                                 "max": null,
467                                 "min": 0,
468                                 "show": true
469                             },
470                             {
471                                 "format": "ops",
472                                 "label": null,
473                                 "logBase": 1,
474                                 "max": null,
475                                 "min": 0,
476                                 "show": true
477                             }
478                         ]
479                     },
480                     {
481                         "aliasColors": {
482
483                         },
484                         "bars": false,
485                         "dashLength": 10,
486                         "dashes": false,
487                         "datasource": "$datasource",
488                         "fill": 1,
489                         "gridPos": {
490
491                         },
492                         "id": 6,
493                         "legend": {
494                             "alignAsTable": false,
495                             "avg": false,
496                             "current": false,
497                             "max": false,
498                             "min": false,
499                             "rightSide": false,
500                             "show": true,
501                             "total": false,
502                             "values": false
503                         },
504                         "lines": true,
505                         "linewidth": 1,
506                         "links": [
507
508                         ],
509                         "nullPointMode": "null",
510                         "percentage": false,
511                         "pointradius": 5,
512                         "points": false,
513                         "renderer": "flot",
514                         "repeat": null,
515                         "seriesOverrides": [
516
517                         ],
518                         "spaceLength": 10,
519                         "span": 8,
520                         "stack": false,
521                         "steppedLine": false,
522                         "targets": [
523                             {
524                                 "expr": "histogram_quantile(0.99, sum(rate(rest_client_request_latency_seconds_bucket{job=\"kube-scheduler\", instance=~\"$instance\", verb=\"POST\"}[5m])) by (verb, url, le))",
525                                 "format": "time_series",
526                                 "intervalFactor": 2,
527                                 "legendFormat": "{{`{{`}}verb{{`}}`}} {{`{{`}}url{{`}}`}}",
528                                 "refId": "A"
529                             }
530                         ],
531                         "thresholds": [
532
533                         ],
534                         "timeFrom": null,
535                         "timeShift": null,
536                         "title": "Post Request Latency 99th Quantile",
537                         "tooltip": {
538                             "shared": false,
539                             "sort": 0,
540                             "value_type": "individual"
541                         },
542                         "type": "graph",
543                         "xaxis": {
544                             "buckets": null,
545                             "mode": "time",
546                             "name": null,
547                             "show": true,
548                             "values": [
549
550                             ]
551                         },
552                         "yaxes": [
553                             {
554                                 "format": "s",
555                                 "label": null,
556                                 "logBase": 1,
557                                 "max": null,
558                                 "min": 0,
559                                 "show": true
560                             },
561                             {
562                                 "format": "s",
563                                 "label": null,
564                                 "logBase": 1,
565                                 "max": null,
566                                 "min": 0,
567                                 "show": true
568                             }
569                         ]
570                     }
571                 ],
572                 "repeat": null,
573                 "repeatIteration": null,
574                 "repeatRowId": null,
575                 "showTitle": false,
576                 "title": "Dashboard Row",
577                 "titleSize": "h6",
578                 "type": "row"
579             },
580             {
581                 "collapse": false,
582                 "collapsed": false,
583                 "panels": [
584                     {
585                         "aliasColors": {
586
587                         },
588                         "bars": false,
589                         "dashLength": 10,
590                         "dashes": false,
591                         "datasource": "$datasource",
592                         "fill": 1,
593                         "gridPos": {
594
595                         },
596                         "id": 7,
597                         "legend": {
598                             "alignAsTable": true,
599                             "avg": false,
600                             "current": true,
601                             "max": false,
602                             "min": false,
603                             "rightSide": true,
604                             "show": true,
605                             "total": false,
606                             "values": true
607                         },
608                         "lines": true,
609                         "linewidth": 1,
610                         "links": [
611
612                         ],
613                         "nullPointMode": "null",
614                         "percentage": false,
615                         "pointradius": 5,
616                         "points": false,
617                         "renderer": "flot",
618                         "repeat": null,
619                         "seriesOverrides": [
620
621                         ],
622                         "spaceLength": 10,
623                         "span": 12,
624                         "stack": false,
625                         "steppedLine": false,
626                         "targets": [
627                             {
628                                 "expr": "histogram_quantile(0.99, sum(rate(rest_client_request_latency_seconds_bucket{job=\"kube-scheduler\", instance=~\"$instance\", verb=\"GET\"}[5m])) by (verb, url, le))",
629                                 "format": "time_series",
630                                 "intervalFactor": 2,
631                                 "legendFormat": "{{`{{`}}verb{{`}}`}} {{`{{`}}url{{`}}`}}",
632                                 "refId": "A"
633                             }
634                         ],
635                         "thresholds": [
636
637                         ],
638                         "timeFrom": null,
639                         "timeShift": null,
640                         "title": "Get Request Latency 99th Quantile",
641                         "tooltip": {
642                             "shared": false,
643                             "sort": 0,
644                             "value_type": "individual"
645                         },
646                         "type": "graph",
647                         "xaxis": {
648                             "buckets": null,
649                             "mode": "time",
650                             "name": null,
651                             "show": true,
652                             "values": [
653
654                             ]
655                         },
656                         "yaxes": [
657                             {
658                                 "format": "s",
659                                 "label": null,
660                                 "logBase": 1,
661                                 "max": null,
662                                 "min": 0,
663                                 "show": true
664                             },
665                             {
666                                 "format": "s",
667                                 "label": null,
668                                 "logBase": 1,
669                                 "max": null,
670                                 "min": 0,
671                                 "show": true
672                             }
673                         ]
674                     }
675                 ],
676                 "repeat": null,
677                 "repeatIteration": null,
678                 "repeatRowId": null,
679                 "showTitle": false,
680                 "title": "Dashboard Row",
681                 "titleSize": "h6",
682                 "type": "row"
683             },
684             {
685                 "collapse": false,
686                 "collapsed": false,
687                 "panels": [
688                     {
689                         "aliasColors": {
690
691                         },
692                         "bars": false,
693                         "dashLength": 10,
694                         "dashes": false,
695                         "datasource": "$datasource",
696                         "fill": 1,
697                         "gridPos": {
698
699                         },
700                         "id": 8,
701                         "legend": {
702                             "alignAsTable": false,
703                             "avg": false,
704                             "current": false,
705                             "max": false,
706                             "min": false,
707                             "rightSide": false,
708                             "show": true,
709                             "total": false,
710                             "values": false
711                         },
712                         "lines": true,
713                         "linewidth": 1,
714                         "links": [
715
716                         ],
717                         "nullPointMode": "null",
718                         "percentage": false,
719                         "pointradius": 5,
720                         "points": false,
721                         "renderer": "flot",
722                         "repeat": null,
723                         "seriesOverrides": [
724
725                         ],
726                         "spaceLength": 10,
727                         "span": 4,
728                         "stack": false,
729                         "steppedLine": false,
730                         "targets": [
731                             {
732                                 "expr": "process_resident_memory_bytes{job=\"kube-scheduler\", instance=~\"$instance\"}",
733                                 "format": "time_series",
734                                 "intervalFactor": 2,
735                                 "legendFormat": "{{`{{`}}instance{{`}}`}}",
736                                 "refId": "A"
737                             }
738                         ],
739                         "thresholds": [
740
741                         ],
742                         "timeFrom": null,
743                         "timeShift": null,
744                         "title": "Memory",
745                         "tooltip": {
746                             "shared": false,
747                             "sort": 0,
748                             "value_type": "individual"
749                         },
750                         "type": "graph",
751                         "xaxis": {
752                             "buckets": null,
753                             "mode": "time",
754                             "name": null,
755                             "show": true,
756                             "values": [
757
758                             ]
759                         },
760                         "yaxes": [
761                             {
762                                 "format": "bytes",
763                                 "label": null,
764                                 "logBase": 1,
765                                 "max": null,
766                                 "min": null,
767                                 "show": true
768                             },
769                             {
770                                 "format": "bytes",
771                                 "label": null,
772                                 "logBase": 1,
773                                 "max": null,
774                                 "min": null,
775                                 "show": true
776                             }
777                         ]
778                     },
779                     {
780                         "aliasColors": {
781
782                         },
783                         "bars": false,
784                         "dashLength": 10,
785                         "dashes": false,
786                         "datasource": "$datasource",
787                         "fill": 1,
788                         "gridPos": {
789
790                         },
791                         "id": 9,
792                         "legend": {
793                             "alignAsTable": false,
794                             "avg": false,
795                             "current": false,
796                             "max": false,
797                             "min": false,
798                             "rightSide": false,
799                             "show": true,
800                             "total": false,
801                             "values": false
802                         },
803                         "lines": true,
804                         "linewidth": 1,
805                         "links": [
806
807                         ],
808                         "nullPointMode": "null",
809                         "percentage": false,
810                         "pointradius": 5,
811                         "points": false,
812                         "renderer": "flot",
813                         "repeat": null,
814                         "seriesOverrides": [
815
816                         ],
817                         "spaceLength": 10,
818                         "span": 4,
819                         "stack": false,
820                         "steppedLine": false,
821                         "targets": [
822                             {
823                                 "expr": "rate(process_cpu_seconds_total{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])",
824                                 "format": "time_series",
825                                 "intervalFactor": 2,
826                                 "legendFormat": "{{`{{`}}instance{{`}}`}}",
827                                 "refId": "A"
828                             }
829                         ],
830                         "thresholds": [
831
832                         ],
833                         "timeFrom": null,
834                         "timeShift": null,
835                         "title": "CPU usage",
836                         "tooltip": {
837                             "shared": false,
838                             "sort": 0,
839                             "value_type": "individual"
840                         },
841                         "type": "graph",
842                         "xaxis": {
843                             "buckets": null,
844                             "mode": "time",
845                             "name": null,
846                             "show": true,
847                             "values": [
848
849                             ]
850                         },
851                         "yaxes": [
852                             {
853                                 "format": "bytes",
854                                 "label": null,
855                                 "logBase": 1,
856                                 "max": null,
857                                 "min": 0,
858                                 "show": true
859                             },
860                             {
861                                 "format": "bytes",
862                                 "label": null,
863                                 "logBase": 1,
864                                 "max": null,
865                                 "min": 0,
866                                 "show": true
867                             }
868                         ]
869                     },
870                     {
871                         "aliasColors": {
872
873                         },
874                         "bars": false,
875                         "dashLength": 10,
876                         "dashes": false,
877                         "datasource": "$datasource",
878                         "fill": 1,
879                         "gridPos": {
880
881                         },
882                         "id": 10,
883                         "legend": {
884                             "alignAsTable": false,
885                             "avg": false,
886                             "current": false,
887                             "max": false,
888                             "min": false,
889                             "rightSide": false,
890                             "show": true,
891                             "total": false,
892                             "values": false
893                         },
894                         "lines": true,
895                         "linewidth": 1,
896                         "links": [
897
898                         ],
899                         "nullPointMode": "null",
900                         "percentage": false,
901                         "pointradius": 5,
902                         "points": false,
903                         "renderer": "flot",
904                         "repeat": null,
905                         "seriesOverrides": [
906
907                         ],
908                         "spaceLength": 10,
909                         "span": 4,
910                         "stack": false,
911                         "steppedLine": false,
912                         "targets": [
913                             {
914                                 "expr": "go_goroutines{job=\"kube-scheduler\",instance=~\"$instance\"}",
915                                 "format": "time_series",
916                                 "intervalFactor": 2,
917                                 "legendFormat": "{{`{{`}}instance{{`}}`}}",
918                                 "refId": "A"
919                             }
920                         ],
921                         "thresholds": [
922
923                         ],
924                         "timeFrom": null,
925                         "timeShift": null,
926                         "title": "Goroutines",
927                         "tooltip": {
928                             "shared": false,
929                             "sort": 0,
930                             "value_type": "individual"
931                         },
932                         "type": "graph",
933                         "xaxis": {
934                             "buckets": null,
935                             "mode": "time",
936                             "name": null,
937                             "show": true,
938                             "values": [
939
940                             ]
941                         },
942                         "yaxes": [
943                             {
944                                 "format": "short",
945                                 "label": null,
946                                 "logBase": 1,
947                                 "max": null,
948                                 "min": null,
949                                 "show": true
950                             },
951                             {
952                                 "format": "short",
953                                 "label": null,
954                                 "logBase": 1,
955                                 "max": null,
956                                 "min": null,
957                                 "show": true
958                             }
959                         ]
960                     }
961                 ],
962                 "repeat": null,
963                 "repeatIteration": null,
964                 "repeatRowId": null,
965                 "showTitle": false,
966                 "title": "Dashboard Row",
967                 "titleSize": "h6",
968                 "type": "row"
969             }
970         ],
971         "schemaVersion": 14,
972         "style": "dark",
973         "tags": [
974             "kubernetes-mixin"
975         ],
976         "templating": {
977             "list": [
978                 {
979                     "current": {
980                         "text": "default",
981                         "value": "default"
982                     },
983                     "hide": 0,
984                     "label": null,
985                     "name": "datasource",
986                     "options": [
987
988                     ],
989                     "query": "prometheus",
990                     "refresh": 1,
991                     "regex": "",
992                     "type": "datasource"
993                 },
994                 {
995                     "allValue": null,
996                     "current": {
997
998                     },
999                     "datasource": "$datasource",
1000                     "hide": 0,
1001                     "includeAll": true,
1002                     "label": null,
1003                     "multi": false,
1004                     "name": "instance",
1005                     "options": [
1006
1007                     ],
1008                     "query": "label_values(process_cpu_seconds_total{job=\"kube-scheduler\"}, instance)",
1009                     "refresh": 2,
1010                     "regex": "",
1011                     "sort": 1,
1012                     "tagValuesQuery": "",
1013                     "tags": [
1014
1015                     ],
1016                     "tagsQuery": "",
1017                     "type": "query",
1018                     "useTags": false
1019                 }
1020             ]
1021         },
1022         "time": {
1023             "from": "now-1h",
1024             "to": "now"
1025         },
1026         "timepicker": {
1027             "refresh_intervals": [
1028                 "5s",
1029                 "10s",
1030                 "30s",
1031                 "1m",
1032                 "5m",
1033                 "15m",
1034                 "30m",
1035                 "1h",
1036                 "2h",
1037                 "1d"
1038             ],
1039             "time_options": [
1040                 "5m",
1041                 "15m",
1042                 "1h",
1043                 "6h",
1044                 "12h",
1045                 "24h",
1046                 "2d",
1047                 "7d",
1048                 "30d"
1049             ]
1050         },
1051         "timezone": "",
1052         "title": "Kubernetes / Scheduler",
1053         "uid": "2e6b6a3b4bddf1427b3a55aa1311c656",
1054         "version": 0
1055     }
1056 {{- end }}