open-telemetry / opentelemetry-specification

Specifications for OpenTelemetry
https://opentelemetry.io
Apache License 2.0
3.64k stars 870 forks source link

Add Tracer#Enabled, Instrument#Enabled and corresponding SDK behavior #4063

Closed jack-berg closed 3 weeks ago

jack-berg commented 1 month ago

Builds off #4020 to extend the Enabled API to Tracer and metrics Instrument.

Adds language to Log SDK, Metrics SDK, and Trace SDK for how scope config is used to resolve the Enabled operation.

This was discussed in #3867 but punted on in #3877 as discussed here.