ET

Results 12 issues of ET

We should consider building (and running?) the examples contained in the repo as we do in the [main repo](https://github.com/open-telemetry/opentelemetry-go/blob/f40cad5ee20175a946763ef79a32741069e4492a/Makefile#L64-L69).

https://opentelemetry.io/registry/ acts as a registry of contributed plugins. For plugins that exist in this repo, we should ensure that the links to them are kept up to date when *...

documentation

Retry interceptor (and possibly others) should pass `status.Convert(err)` to the client-supplied callback function, i.e. `BackoffFuncContext()`. Grpc services often return information in `Status.Details` which may affect the decision as to how...

This may be a strange request, but we'd like to use tini to control a non-daemon aware process. However, we're using a container that starts up multiple services (for legacy...

As title says, this upgrades the underlying `okhttp3` library from `3.14.9` to `4.9.3`.

The OpenTelemetry Collector supports hot-reloading of TLS credentials sourced from local files, via a [`reload_interval`](https://github.com/open-telemetry/opentelemetry-collector/blob/b62a6243c753361786f743d91c6c32a4b9de74dc/config/configtls/README.md) available in both receiver and exporters configurations. The opentelemetry-java standard exporters (OTLP in particular, but...

Feature Request

**Is your feature request related to a problem? Please describe.** I'd like to allow autoinstrumented Java code that elects to use `otel.traces.sampler=jaeger_remote` to be able to pass mTLS specific information...

Feature Request

## Which problem is this PR solving? Fixes #3920 ## Short description of the changes Allows default histogram aggregation for OTLP Metrics exporters to be either Explicit Bucket histogram aggregation...

stale

**Description:** Implements #32152 Adds `container.image.id` to list of Kubernetes attributes detected by `k8sattributes` processor. Populates this attribute with the value returned from k8s pod status ImageID field. **Link to tracking...

processor/k8sattributes

*Title*: *Support OpenTelemetry Resource detectors for Otel Metrics sink* *Description*: The OpenTelemetry project defines the concept of a [Resource](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md). It is a bag of attributes that can be configured in...

enhancement
area/opentelemetry