Another Nomad
1 files changed, 2 insertions(+), 0 deletions(-) M mroutes/health.go
M mroutes/health.go => mroutes/health.go +2 -0
@@ 24,6 24,7 @@ type versionInfo struct { } type nomadInfo struct { Id string `json:"id"` Dc string `json:"dc"` Index string `json:"index"` @@ } 51,6 52,7 @@ func AddRuntimeInfoRoute(r *chi.Mux) { }, Nomad: nomadInfo{ Dc: os.Getenv("NOMAD_DC"), Id: os.Getenv("NOMAD_ALLOC_ID"), Index: os.Getenv("NOMAD_ALLOC_INDEX"), }, }