Skip to content

Commit 23b481a

Browse files
committed
add dashboards
1 parent 1251cbb commit 23b481a

16 files changed

+66134
-1
lines changed

backend/consul/config/consul.hcl

+5
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ services = [
5252
}
5353
},
5454
]
55+
56+
telemetry {
57+
disable_hostname = true
58+
prometheus_retention_time = "480h"
59+
}

backend/grafana/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM grafana/grafana
22

33
ADD ./provisioning /etc/grafana/provisioning
4+
5+
ADD ./dashboards /dashboards

0 commit comments

Comments
 (0)