Skip to content

Commit

Permalink
[chore][mdatagen] Remove telemetry::level from schema file (#12497)
Browse files Browse the repository at this point in the history
#### Description

The `telemetry::level` key in `metadata.yaml` wasn't used for anything,
and support for it was dropped in #12144. However, it was never removed
from the schema file. This PR fixes that.
  • Loading branch information
jade-guiton-dd authored Feb 26, 2025
1 parent 216046a commit 2e4c56d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/mdatagen/metadata-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ tests:
# Optional: map of metric names with the key being the metric name and value
# being described below.
telemetry:
# Optional: level allows components to specify the minimum telemetry level for metrics to be produced. defaults to basic if not set.
level: string
metrics:
<metric.name>:
# Required: whether the metric is collected by default.
Expand Down

0 comments on commit 2e4c56d

Please sign in to comment.