Skip to content

Commit 8f311a7

Browse files
committed
Some manual adjustments on how graphs looks
1 parent 26fec12 commit 8f311a7

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

etc/grafana/provisioning/dashboards/dashboards.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: 1
22

33
providers:
44
- name: 'Fingr Dashboards'
5-
orgId: 1
65
folder: ''
76
type: file
87
disableDeletion: false

etc/grafana/provisioning/dashboards/fingr-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"type": "prometheus",
336336
"uid": "prometheus"
337337
},
338-
"expr": "sum by(operation) (rate(fingr_location_cache_operations_total[5m]))",
338+
"expr": "fingr_location_cache_operations_total",
339339
"legendFormat": "{{operation}}",
340340
"refId": "A"
341341
}
@@ -391,7 +391,7 @@
391391
"type": "prometheus",
392392
"uid": "prometheus"
393393
},
394-
"expr": "sum by(status) (rate(fingr_weather_data_freshness_total[5m])) / sum(rate(fingr_weather_data_freshness_total[5m])) * 100",
394+
"expr": "fingr_weather_data_freshness_total",
395395
"legendFormat": "{{status}}",
396396
"refId": "A"
397397
}

etc/grafana/provisioning/datasources/prometheus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ datasources:
66
access: proxy
77
url: http://prometheus:9090
88
uid: prometheus
9-
orgId: 1
109
isDefault: true
1110
editable: true

0 commit comments

Comments
 (0)