Skip to content

Commit

Permalink
Update docs/non-normative/k8s-migration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Helmuth <[email protected]>
  • Loading branch information
ChrsMark and TylerHelmuth authored Dec 2, 2024
1 parent 2ed8991 commit 5c1d461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/non-normative/k8s-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and one for disabling the old schema called `semconv.k8s.disableLegacy`. Then:
- On beta/stable the old schema is disabled by default (`semconv.k8s.disableLegacy` defaults to true),
while the new is enabled by default (`semconv.k8s.enableStable` defaults to true).
- It is an error to disable both schemas
- Both schemas can be enabled with `--feature-gates=-semconv.disableLegacy,+semconv.k8s.enableStable`.
- Both schemas can be enabled with `--feature-gates=-semconv.k8s.disableLegacy,+semconv.k8s.enableStable`.

<!-- toc -->

Expand Down

0 comments on commit 5c1d461

Please sign in to comment.