jason plumb

Results 92 issues of jason plumb

I'd like to propose that we drop support for the `jaeger-thrift` exporter. The [upstream repo](https://github.com/jaegertracing/jaeger-client-java) has been marked deprecated and they're actively encouraging folks to use OpenTelemetry instead. They're also...

Feature Request

Users have asked for a way to ensure that their manually created spans are never sampled out while still allowing the rest of instrumentation to sample normally. One approach I'm...

type: enhancement
component:samplers

So the [spec is pretty clear](https://github.com/open-telemetry/opentelemetry-specification/blob/534d4562b9e4f9ba030146783a1785f94b266862/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable) about the resource attributes env being treated as an otel `Resource` that should be _merged_ with the user-provided resource. Currently, in the case where...

This relates to #4675. The `ZipkinSpanExporter` (and the `OtelToZipkinSpanTransformer` in #4675) will grab the local IP address and hold on to that value for the lifecycle of the instance. This...

Feature Request

I'd like to propose that we drop support for the `jaeger-thrift` exporter. The [upstream repo](https://github.com/jaegertracing/jaeger-client-java) has been marked deprecated and they're actively encouraging folks to use OpenTelemetry instead. They're also...

Earlier this year, jaeger acquired [native support for trace ingest via OTLP](https://www.jaegertracing.io/docs/1.38/apis/#opentelemetry-protocol-stable). Additionally, the language-specific client libraries that contained the jaeger thrift exporter implementations were [EOLed via archival](https://github.com/jaegertracing?q=client&type=all&language=&sort=). At the...

This framework will wire up the Splunk distribution of OpenTelemetry java for auto-instrumentation and direct ingest. It leverages VCAP_SERVICES and the existence of a service binding with a specific name...

This came up in slack. There are currently no examples here of how to create a histogram with exponential bucket boundaries. A user reading the [example for Histogram](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/metrics/src/main/java/io/opentelemetry/example/metrics/HistogramExample.java) today might...

help wanted

### Component(s) maven-extension ### What happened? See #1141 for the latest version update to `plexus-component-annotations` 2.2.0. It appears that they have deprecated `@Component` in favor of just using the JSR330...

component: maven-extension

Reference: https://mail.openjdk.org/pipermail/jigsaw-dev/2023-March/014816.html The intention is to disable allowing dynamic attach of agents by default starting with Java 21. The runtime attach component should at a minimum enhance the README to...

enhancement
component:runtime-attach