mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/loki: update dashboard
This commit is contained in:
parent
0a58e0a8d0
commit
2ac7c4e596
2 changed files with 3630 additions and 5 deletions
|
@ -48,12 +48,15 @@ in
|
||||||
# hash = "sha256-MU890UAEI9wrnVIC/R0HkYwFa6mJ8Y7ESAWuaSQ8FQ8=";
|
# hash = "sha256-MU890UAEI9wrnVIC/R0HkYwFa6mJ8Y7ESAWuaSQ8FQ8=";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
loki = buildGrafanaDashboard {
|
|
||||||
id = 14055;
|
loki = (buildGrafanaDashboard {
|
||||||
|
id = 13407;
|
||||||
pname = "loki";
|
pname = "loki";
|
||||||
version = "5";
|
version = "1";
|
||||||
hash = "sha256-9vfUGpypFNKm9T1F12Cqh8TIl0x3jSwv2fL9HVRLt3o=";
|
hash = "sha256-1sxTDSEwi2O/Ce+rWqqhMvsYEJeELBfkb9W2R6cDjcU=";
|
||||||
};
|
}).overrideAttrs (self: super: {
|
||||||
|
src = ./loki.json; # sadly not yet updated to latest grafana
|
||||||
|
});
|
||||||
|
|
||||||
gitea = (buildGrafanaDashboard {
|
gitea = (buildGrafanaDashboard {
|
||||||
id = 13192;
|
id = 13192;
|
||||||
|
|
3622
pkgs/grafana-dashboards/loki.json
Normal file
3622
pkgs/grafana-dashboards/loki.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue