fix: only set NOMAD_ALLOC_INDEX as node_id when other cluster config is present

This commit is contained in:
alyssa 2024-10-23 05:12:57 +09:00
parent 35ce4e8da2
commit 79f7c973e7
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#![feature(let_chains)]
use metrics_exporter_prometheus::PrometheusBuilder;
use tracing_subscriber::EnvFilter;