Within the logger logger-bridge, we have the following block:
OpenTelemetry.logger_provider.logger(
name: OpenTelemetry::Instrumentation::Logger::NAME,
version: OpenTelemetry::Instrumentation::Logger::VERSION
)
Which is resulting in the instrumentation scope being that of the bridge rather than the instrumentation. Based on, the bridge should be captured as attributes.
See spec issue where it is explained the handling of the bridge name etc.
Within the logger logger-bridge, we have the following block:
Which is resulting in the instrumentation scope being that of the bridge rather than the instrumentation. Based on, the bridge should be captured as attributes.
See spec issue where it is explained the handling of the bridge name etc.