opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
this pull request allow to use a custom name for trace id related attributes Usage exemple : ``` trace.flags span.id trace.id ``` maybe there is some documentation to update related...
This MR separates out common code for apache http-client in 2 separate modules: * **commons** - this is to be used by all library versions * **commons-4.0** - this is...
Closes https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6747 ## Changes Summary * Fetches content-length from request entity, instead of header as the header is set internally by the http client in a request copy, but not...
Some users wish to add extra attributes or update the name of http client spans. This can be troublesome because there isn't an obvious place where you could stick `Span.current()`...
### Is your feature request related to a problem? Please describe. We forked this code repository and made several significant modifications to support our clients. These changes mainly involved adding...
### Is your feature request related to a problem? Please describe. When a sudden surge in business traffic causes an application to reach its performance limits, we often need to...
### Describe the bug I setup a project to export metrics to otel-collector via java agent but only certain metrics are being sent. Not exporting: ``` process.*, //Including CPU system.*,...
It would be nice to have kafka connect plugin for opentelemetry where messages are produced ansynchronously and kafka client is seperated from the 'service'. An example: The outbox pattern. The...
### Is your feature request related to a problem? Please describe. Hello, The AWS Java v2 SDK exposes metrics via the [MetricPublisher](https://github.com/aws/aws-sdk-java-v2/blob/master/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/MetricPublisher.java#L40) interface. I couldn't find any OTEL support for...
### Is your feature request related to a problem? Please describe. At the moment the Ktor 3.X open telemetry is not supported and the 2.0 support just doesn't work with...