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
After doing #11061, we still need a way for components that make use of service::telemetry::metrics::level to specify what instruments are enabled at which level (or figure out how to use this exactly).
We need this at SDK creation time so this would probably be factory option.
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
<!-- Issue number if applicable -->
Removes `level` field. This will be added back in the future once #11754
is completed.
#### Link to tracking issue
Updates #11061
After doing #11061, we still need a way for components that make use of
service::telemetry::metrics::level
to specify what instruments are enabled at which level (or figure out how to use this exactly).We need this at SDK creation time so this would probably be factory option.
If we want to sidestep this issue, we could hardcode things for the components that use this (batch processor, configgrpc, confighttp, otelarrow) instead.
cc @bogdandrutu
The text was updated successfully, but these errors were encountered: