mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
In #25870 we fixed a longstanding bug where allocation metrics were being collected and published even if `telemetry.publish_allocation_metrics` was disabled (the default). This change is unexpected enough that we should surface it in the upgrade guide. Ref: https://github.com/hashicorp/nomad/pull/25870 Ref: https://github.com/hashicorp/nomad/issues/26166