@cryptotaxi247 / infra / commits / 134bd92c

prometheus: replace aliases which became throws in exporters

Martin Weinelt committed Nov 26, 2025 at 18:54 UTC 134bd92c3463c85097f0348efe37f9eba31bb619
3 files changed +4 -4
build/pluto/prometheus/exporters/channel.nix
+2 -2
@@ -12,8 +12,8 @@ in
12 (pkgs.python3.withPackages (
13 pypkgs: with pypkgs; [
14 requests
15 - dateutil
16 - prometheus_client
15 + prometheus-client
16 + python-dateutil
17 ]
18 ))
19 ];
build/pluto/prometheus/exporters/github.nix
+1 -1
@@ -33,7 +33,7 @@ in
33 path = [
34 (pkgs.python3.withPackages (
35 ps: with ps; [
36 - prometheus_client
36 + prometheus-client
37 requests
38 ]
39 ))
build/pluto/prometheus/exporters/hydra.nix
+1 -1
@@ -16,7 +16,7 @@
16 python = pkgs.python3.withPackages (
17 ps: with ps; [
18 requests
19 - prometheus_client
19 + prometheus-client
20 ]
21 );
22 in