Skip to content

Commit

Permalink
DS_PROMETHEUS change
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <igrudev@clustermarket.com>
  • Loading branch information
Itay Grudev authored and sxd committed May 23, 2023
1 parent d16045a commit ad225d3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 60 deletions.
57 changes: 27 additions & 30 deletions docs/src/samples/monitoring/grafana-configmap.yaml
Expand Up @@ -1349,12 +1349,7 @@ data:
"y": 5
},
"id": 358,
"links": [
{
"title": "CloudNativePG Dashboard",
"url": "https://grafana.clustermarket.com/d/z7FCA4Nnk/database?namespace=${db_namespace}"
}
],
"links": [],
"options": {
"colorMode": "value",
"graphMode": "none",
Expand All @@ -1364,7 +1359,7 @@ data:
"calcs": [
"sum"
],
"fields": "/^Value \\(max\\)$/",
"fields": "",
"values": false
},
"textMode": "value"
Expand All @@ -1386,6 +1381,7 @@ data:
"refId": "A"
}
],
"title": "Database Size",
"transformations": [
{
"id": "groupBy",
Expand Down Expand Up @@ -1487,7 +1483,7 @@ data:
{
"collapsed": false,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand All @@ -1500,7 +1496,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand Down Expand Up @@ -2611,7 +2607,7 @@ data:
{
"collapsed": false,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand All @@ -2624,7 +2620,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand Down Expand Up @@ -3575,7 +3571,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -4304,7 +4300,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -4315,7 +4311,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -4915,7 +4911,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -4926,7 +4922,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -5239,7 +5235,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -5250,7 +5246,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -5640,7 +5636,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -5651,7 +5647,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -5866,7 +5862,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -5877,7 +5873,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -5984,7 +5980,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -5995,7 +5991,7 @@ data:
{
"collapsed": true,
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -6231,7 +6227,7 @@ data:
"targets": [
{
"datasource": {
"uid": "${DataSource}"
"uid": "${DS_PROMETHEUS}"
},
"refId": "A"
}
Expand All @@ -6252,16 +6248,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 @@ -6345,6 +6342,6 @@ data:
"timezone": "",
"title": "CloudNativePG",
"uid": "z7FCA4Nnk",
"version": 86,
"version": 8,
"weekStart": ""
}

0 comments on commit ad225d3

Please sign in to comment.