refactor(ops/machines): switch from grafana-agent to alloy

grafana-agent has been removed, but the failing eval was missed due
to #80.

Change-Id: I87cfc71c8c98e27e32f4e95e4d85901195cb5b75
Reviewed-on: https://cl.snix.dev/c/snix/+/30347
Autosubmit: Florian Klink <flokli@flokli.de>
Reviewed-by: Ryan Lahfa <masterancpp@gmail.com>
Tested-by: besadii
This commit is contained in:
Florian Klink 2025-04-30 20:54:44 +03:00 committed by clbot
parent b2fa87f344
commit ca23b17680
10 changed files with 100 additions and 121 deletions

View file

@ -85,6 +85,6 @@ in
systemd.services.loki.serviceConfig.EnvironmentFile = [ config.age.secrets.loki-environment.path ];
infra.monitoring.grafana-agent.exporters.loki.port = 9090;
infra.monitoring.alloy.exporters.loki.port = 9090;
};
}