File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkg/plugins/optional/grafana/v1alpha/scaffolds/internal/templates
project-v3-addon-and-grafana/grafana
project-v4-addon-and-grafana/grafana Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const controllerRuntimeTemplate = `{
105
105
},
106
106
{
107
107
"datasource": "${DS_PROMETHEUS}",
108
- "description": "Total number of reconciliation per controller",
108
+ "description": "Total number of reconciliations per controller",
109
109
"fieldConfig": {
110
110
"defaults": {
111
111
"color": {
@@ -187,7 +187,7 @@ const controllerRuntimeTemplate = `{
187
187
"refId": "A"
188
188
}
189
189
],
190
- "title": "Reconciliation Total Count Per Controller",
190
+ "title": "Total Reconciliation Count Per Controller",
191
191
"type": "timeseries"
192
192
},
193
193
{
Original file line number Diff line number Diff line change 60
60
},
61
61
{
62
62
"datasource" : " ${DS_PROMETHEUS}" ,
63
- "description" : " Total number of reconciliation per controller" ,
63
+ "description" : " Total number of reconciliations per controller" ,
64
64
"fieldConfig" : {
65
65
"defaults" : {
66
66
"color" : {
142
142
"refId" : " A"
143
143
}
144
144
],
145
- "title" : " Reconciliation Total Count Per Controller" ,
145
+ "title" : " Total Reconciliation Count Per Controller" ,
146
146
"type" : " timeseries"
147
147
},
148
148
{
Original file line number Diff line number Diff line change 60
60
},
61
61
{
62
62
"datasource" : " ${DS_PROMETHEUS}" ,
63
- "description" : " Total number of reconciliation per controller" ,
63
+ "description" : " Total number of reconciliations per controller" ,
64
64
"fieldConfig" : {
65
65
"defaults" : {
66
66
"color" : {
142
142
"refId" : " A"
143
143
}
144
144
],
145
- "title" : " Reconciliation Total Count Per Controller" ,
145
+ "title" : " Total Reconciliation Count Per Controller" ,
146
146
"type" : " timeseries"
147
147
},
148
148
{
You can’t perform that action at this time.
0 commit comments