Add pyroscope container to monitoring
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
2a46da3761
commit
1988b36f03
@ -6,5 +6,6 @@
|
|||||||
./prometheus.nix
|
./prometheus.nix
|
||||||
./pve.nix
|
./pve.nix
|
||||||
./alerttonotify.nix
|
./alerttonotify.nix
|
||||||
|
./pyroscope.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
8
services/monitoring/pyroscope.nix
Normal file
8
services/monitoring/pyroscope.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
virtualisation.oci-containers.containers.pyroscope = {
|
||||||
|
pull = "missing";
|
||||||
|
image = "grafana/pyroscope:latest";
|
||||||
|
ports = "4040:4040";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user