open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.67k stars 573 forks source link

Support instrumentation scope attributes #2940

Open srikanthccv opened 1 year ago

srikanthccv commented 1 year ago

and the attributes should not be part of meter/tracer/logger identity

lzchen commented 1 year ago

Does this not apply to logs as well? Also the scope attributes should not be part of tracer identity either right?

srikanthccv commented 1 year ago

You are correct about the identity part - updated the description. And as you know we don't have get_logger similar to get_{tracer,meter} since we don't have the API and it's implementation. I didn't include logs in the description for that reason.