Skip to content

Commit 5ad8353

Browse files
authored
#102 add dashboards (#123)
1 parent 6d314d9 commit 5ad8353

16 files changed

+66128
-2
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)