diff --git a/infra/values/grafana-values.yaml b/infra/values/grafana-values.yaml index a963edf..2403b3c 100644 --- a/infra/values/grafana-values.yaml +++ b/infra/values/grafana-values.yaml @@ -4152,7 +4152,7 @@ dashboards: "hide": 2, "label": "Cost per Gb hour for attached disks", "name": "localStorageGBCost", - "query": "${VAR_LOCALSTORAGEGBCOST}", + "query": "0.04", "skipUrlSync": false, "type": "constant" }, @@ -4179,14 +4179,14 @@ dashboards: { "hide": 2, "name": "percentEgress", - "query": "${VAR_PERCENTEGRESS}", + "query": "0.1", "skipUrlSync": false, "type": "constant" }, { "hide": 2, "name": "egressCost", - "query": "${VAR_EGRESSCOST}", + "query": "0.12", "skipUrlSync": false, "type": "constant" }, @@ -4212,7 +4212,7 @@ dashboards: "current": {}, "datasource": { "type": "prometheus", - "uid": "${DS_GRAFANACLOUD-PROM}" + "uid": "${datasource}" }, "definition": "query_result(sum(container_memory_working_set_bytes{namespace!=\"\"}) by (namespace))", "hide": 0, @@ -4235,7 +4235,7 @@ dashboards: "current": {}, "datasource": { "type": "prometheus", - "uid": "${DS_GRAFANACLOUD-PROM}" + "uid": "${datasource}" }, "definition": "query_result(sum(container_memory_working_set_bytes{namespace=\"$namespace\"}) by (pod))", "hide": 0, @@ -4258,7 +4258,7 @@ dashboards: "current": {}, "datasource": { "type": "prometheus", - "uid": "${DS_GRAFANACLOUD-PROM}" + "uid": "${datasource}" }, "definition": "cluster", "hide": 0, @@ -4280,7 +4280,7 @@ dashboards: "current": {}, "datasource": { "type": "prometheus", - "uid": "${DS_GRAFANACLOUD-PROM}" + "uid": "${datasource}" }, "definition": "query_result(sum(container_memory_working_set_bytes{namespace=\"$namespace\"}) by (container))", "hide": 0, @@ -4303,7 +4303,7 @@ dashboards: "current": {}, "datasource": { "type": "prometheus", - "uid": "${DS_GRAFANACLOUD-PROM}" + "uid": "${datasource}" }, "definition": "node", "hide": 0,