opentelemetry-python icon indicating copy to clipboard operation
opentelemetry-python copied to clipboard

Support instrumentation scope attributes

Open srikanthccv opened this issue 3 years ago • 2 comments

  • [ ] Add optional scope attributes for tracer creation
  • [ ] Add optional scope attributes for meter creation

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

srikanthccv avatar Sep 20 '22 19:09 srikanthccv

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

lzchen avatar Sep 21 '22 17:09 lzchen

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.

srikanthccv avatar Sep 21 '22 20:09 srikanthccv