From 600d4fb6df38bfd123045bf7cd35182b2b37342f Mon Sep 17 00:00:00 2001 From: MasterPtato <23087326+MasterPtato@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:13:53 +0000 Subject: [PATCH] fix(nomad): readd allocation metrics (#1109) Fixes RVTEE-577 ## Changes --- .../server/install/install_scripts/files/nomad_configure.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svc/pkg/cluster/src/workflows/server/install/install_scripts/files/nomad_configure.sh b/svc/pkg/cluster/src/workflows/server/install/install_scripts/files/nomad_configure.sh index 047ab34c0c..30702b11aa 100644 --- a/svc/pkg/cluster/src/workflows/server/install/install_scripts/files/nomad_configure.sh +++ b/svc/pkg/cluster/src/workflows/server/install/install_scripts/files/nomad_configure.sh @@ -306,9 +306,8 @@ telemetry { collection_interval = "5s" disable_hostname = true prometheus_metrics = true + publish_allocation_metrics = true publish_node_metrics = true - - # Don't publish_allocation_metrics because of high cardinality } # Needed for Prometheus rate limiting