open-telemetry / opentelemetry-java-instrumentation

OpenTelemetry auto-instrumentation and instrumentation libraries for Java
https://opentelemetry.io
Apache License 2.0
1.92k stars 841 forks source link

Place the stable semconv in `...semconv...` package, instead of `...instrumenter...` #9006

Closed mateuszrzeszutek closed 10 months ago

mateuszrzeszutek commented 1 year ago

E.g. ...instrumentation.api.semconv.http, ...instrumentation.api.semconv.network

In the future, we might have components that aren't strictly dependent on the Instrumenter, like e.g. the DbConnectionPoolMetrics. I guess you could include the statement sanitizers in this category as well.

mateuszrzeszutek commented 10 months ago

Depends on #9925 -- this issue can be picked up after #9925 is merged, and probably after we remove all the old & deprecated code