diff --git a/docs/non-normative/k8s-migration.md b/docs/non-normative/k8s-migration.md index 696ade5824..022be1d594 100644 --- a/docs/non-normative/k8s-migration.md +++ b/docs/non-normative/k8s-migration.md @@ -250,6 +250,6 @@ The changes in their metrics are the following: | Old (Collector) ![changed](https://img.shields.io/badge/changed-orange?style=flat) | New | |------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------| -| `k8s.namespace.phase` (type: `gauge`), 1 for active and 0 for terminating | `k8s.namespace.phase` (type: `updowncounter`), with `k8s.namespace.phase` indicating the phase | +| `k8s.namespace.phase` (type: `gauge`), 1 for active and 0 for terminating | `k8s.namespace.phase` (type: `updowncounter`), with the attribute `k8s.namespace.phase` indicating the phase |