Skip to content

Commit 2e4c56d

Browse files
[chore][mdatagen] Remove telemetry::level from schema file (#12497)
#### 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.
1 parent 216046a commit 2e4c56d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/mdatagen/metadata-schema.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ tests:
133133
# Optional: map of metric names with the key being the metric name and value
134134
# being described below.
135135
telemetry:
136-
# Optional: level allows components to specify the minimum telemetry level for metrics to be produced. defaults to basic if not set.
137-
level: string
138136
metrics:
139137
<metric.name>:
140138
# Required: whether the metric is collected by default.

0 commit comments

Comments
 (0)