You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…10942)
#### Description
I have a use case, I define an attribute and try to use it in
`telemetry.metric` however I encounter an error: `unused attributes:
[xxx]`
So, I push this PR to enhance the `validateMetrics()` func to support
validate metrics in `telemetry.metric`
#### Link to tracking issue fix
Fixes#10925
---------
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Describe the bug
The below metadata.yaml will encounter an error
unused attributes: [unused_attr used_attr]
:I believe the
used_attr
is already used in the telemetry section.The text was updated successfully, but these errors were encountered: