opentelemetry-java-instrume.../instrumentation/jms/jms-common/javaagent
Mateusz Rzeszutek a9c065930d
Return interface instead of concrete implementation in instrumentatio… (#7658)
…n-api-semconv

We're already doing that for `SpanNameExtractor`, `OperationMetrics`,
`ContextCustomizer`, etc., so I figured we should do the same for
`AttributesExtractor` implementation. Also, none of the implementations
have any additional public surface - aside from the builder/factory
method users can just simply use the interface everywhere.
2023-01-31 13:21:28 +01:00
..
src/main/java/io/opentelemetry/javaagent/instrumentation/jms Return interface instead of concrete implementation in instrumentatio… (#7658) 2023-01-31 13:21:28 +01:00
build.gradle.kts Extract a common JMS module before implementing Jakarta JMS instrumen… (#7377) 2022-12-12 10:22:00 -08:00