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
Check feature gates and check spec
In our original execution, we had a mix of logic to enable OTel: some logic required
just the feature gate, some logic required the feature gates AND the instrumentation
spec. This PR regularizes the logic: every check require both gates and spec to indicate
the user wants instrumentation; specific checks for logs/metrics within larger checks
can be left as is.
Note: This PR also removes the instrumentation check from ExporterEnabled. We may
want to re-add logic like that and be clear about which takes precedence.
0 commit comments