File tree 1 file changed +64
-2
lines changed
operator/gitops/argocd/grafana/dashboards
1 file changed +64
-2
lines changed Original file line number Diff line number Diff line change 227
227
"type" : " stat"
228
228
},
229
229
{
230
- "description" : " The number of times any of the pipelines controllers hav restarted" ,
230
+ "description" : " The number of times any of the tekton controllers have restarted" ,
231
231
"fieldConfig" : {
232
232
"defaults" : {
233
233
"color" : {
281
281
"targets" : [
282
282
{
283
283
"editorMode" : " code" ,
284
- "expr" : " sum(increase(kube_pod_container_status_restarts_total{namespace=\" openshift-pipelines\" , pod=~\" tekton-.*\" }[2m ]))" ,
284
+ "expr" : " sum(increase(kube_pod_container_status_restarts_total{namespace=\" openshift-pipelines\" , pod=~\" tekton-.*\" }[$__range ]))" ,
285
285
"legendFormat" : " __auto" ,
286
286
"range" : true ,
287
287
"refId" : " A"
418
418
"title" : " TaskRun Controller kickoff after Kubernetes scheduling checks pass" ,
419
419
"type" : " stat"
420
420
},
421
+ {
422
+ "description" : " The number of validated ResolutionRequests not yet processed by the Resolver Controller." ,
423
+ "fieldConfig" : {
424
+ "defaults" : {
425
+ "color" : {
426
+ "mode" : " thresholds"
427
+ },
428
+ "mappings" : [],
429
+ "noValue" : " No data" ,
430
+ "thresholds" : {
431
+ "mode" : " absolute" ,
432
+ "steps" : [
433
+ {
434
+ "color" : " green" ,
435
+ "value" : null
436
+ },
437
+ {
438
+ "color" : " red" ,
439
+ "value" : 30
440
+ }
441
+ ]
442
+ },
443
+ "unit" : " percent"
444
+ },
445
+ "overrides" : []
446
+ },
447
+ "gridPos" : {
448
+ "h" : 9 ,
449
+ "w" : 4 ,
450
+ "x" : 0 ,
451
+ "y" : 2
452
+ },
453
+ "id" : 483 ,
454
+ "options" : {
455
+ "colorMode" : " value" ,
456
+ "graphMode" : " area" ,
457
+ "justifyMode" : " auto" ,
458
+ "orientation" : " auto" ,
459
+ "reduceOptions" : {
460
+ "calcs" : [
461
+ " lastNotNull"
462
+ ],
463
+ "fields" : " " ,
464
+ "values" : false
465
+ },
466
+ "showPercentChange" : false ,
467
+ "textMode" : " auto" ,
468
+ "wideLayout" : true
469
+ },
470
+ "pluginVersion" : " 10.4.3" ,
471
+ "targets" : [
472
+ {
473
+ "editorMode" : " code" ,
474
+ "expr" : " sum(increase(pending_resolutionrequest_count[$__range]))" ,
475
+ "legendFormat" : " __auto" ,
476
+ "range" : true ,
477
+ "refId" : " A"
478
+ }
479
+ ],
480
+ "title" : " Deadlocked ResolutionRequests" ,
481
+ "type" : " stat"
482
+ },
421
483
{
422
484
"collapsed" : true ,
423
485
"gridPos" : {
You can’t perform that action at this time.
0 commit comments