We currently capture lots of instrumentation-specific span attributes that are not defined by semantic conventions.
Questions:
- Should we only capture span attributes that are defined by semantic conventions?
- Should we propose instrumentation-specific span attributes (e.g. for
aws-sdk, elasticsearch, etc) in an attempt to have consistency for these across languages?
- Is there naming convention we should follow for instrumentation-specific span attributes (e.g. standard prefixing like
elasticsearch.*)?