Skip to content

Commit

Permalink
DS_PROMETHEUS change
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay Grudev committed May 7, 2023
1 parent c5532ee commit 29c2aed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions docs/src/samples/monitoring/grafana-configmap.yaml
Expand Up @@ -6257,16 +6257,17 @@ data:
{
"current": {
"selected": false,
"text": "Prometheus",
"value": "Prometheus"
"text": "default",
"value": "default"
},
"hide": 0,
"includeAll": false,
"label": "Data Source",
"label": "Datasource",
"multi": false,
"name": "DataSource",
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand Down Expand Up @@ -6350,6 +6351,6 @@ data:
"timezone": "",
"title": "CloudNativePG",
"uid": "z7FCA4Nnk",
"version": 86,
"version": 3,
"weekStart": ""
}
11 changes: 6 additions & 5 deletions docs/src/samples/monitoring/grafana-dashboard.json
Expand Up @@ -6228,16 +6228,17 @@
{
"current": {
"selected": false,
"text": "Prometheus",
"value": "Prometheus"
"text": "default",
"value": "default"
},
"hide": 0,
"includeAll": false,
"label": "Data Source",
"label": "Datasource",
"multi": false,
"name": "DataSource",
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand Down Expand Up @@ -6321,6 +6322,6 @@
"timezone": "",
"title": "CloudNativePG",
"uid": "z7FCA4Nnk",
"version": 86,
"version": 3,
"weekStart": ""
}

0 comments on commit 29c2aed

Please sign in to comment.