Skip to content

Commit

Permalink
#102 add dashboards (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimiega authored Jan 27, 2025
1 parent 6d314d9 commit 5ad8353
Show file tree
Hide file tree
Showing 16 changed files with 66,128 additions and 2 deletions.
5 changes: 5 additions & 0 deletions backend/consul/config/consul.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ services = [
}
},
]

telemetry {
disable_hostname = true
prometheus_retention_time = "480h"
}
2 changes: 2 additions & 0 deletions backend/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM grafana/grafana

ADD ./provisioning /etc/grafana/provisioning

ADD ./dashboards /dashboards
Loading

0 comments on commit 5ad8353

Please sign in to comment.