infra/services/monitoring/default.nix
raito db46b01ae9 feat(monitoring): add pyroscope to the infrastructure
Vendored for the time being.
See https://cl.forkos.org/c/nixpkgs/+/181 for upstreaming properly.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-08-23 20:43:00 +02:00

10 lines
105 B
Nix

{
imports = [
./exporters
./lgtm
./agent.nix
./hookshot-adapter
./pyroscope
];
}