This website requires JavaScript.
Explore
Help
Sign In
tom-hubrecht
/
the-infra
Watch
0
Star
0
Fork
You've already forked the-infra
0
forked from
the-distro/infra
Code
Pull requests
Activity
a44196fc3c
the-infra
/
services
/
monitoring
/
lgtm
/
default.nix
7 lines
71 B
Nix
Raw
Normal View
History
Unescape
Escape
Add Grafana/Prometheus/Mimir minimal setup More later, Loki also later.
2024-07-05 11:25:27 +00:00
{
imports
=
[
./grafana.nix
Add Loki + Promtail setup
2024-07-05 14:20:22 +00:00
./loki.nix
Switch to push metrics with Grafana Agent
2024-07-07 15:23:28 +00:00
./mimir.nix
Add Grafana/Prometheus/Mimir minimal setup More later, Loki also later.
2024-07-05 11:25:27 +00:00
]
;
}
Copy permalink