opentelemetry-java-instrume.../instrumentation/lettuce
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
..
lettuce-4.0/javaagent Rename all methods in all Getters to use the `get*()` naming scheme (#7619) 2023-01-23 09:28:11 +00:00
lettuce-5.0/javaagent Rename all methods in all Getters to use the `get*()` naming scheme (#7619) 2023-01-23 09:28:11 +00:00
lettuce-5.1 Return interface instead of concrete implementation in instrumentatio… (#7658) 2023-01-31 13:21:28 +01:00
lettuce-common/library Type annotation placement (#4406) 2021-10-17 17:38:43 -07:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08:00

README.md

Settings for the Lettuce instrumentation

System property Type Default Description
otel.instrumentation.lettuce.experimental-span-attributes Boolean false Enable the capture of experimental span attributes.