opentelemetry-go-contrib icon indicating copy to clipboard operation
opentelemetry-go-contrib copied to clipboard

Collection of extensions for OpenTelemetry-Go.

Results 300 opentelemetry-go-contrib issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Ziqi Zhao The current otelhttp example only contains the logic of traces, I added the support of metric.

### Problem Statement There exists https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure for Java. Is this something that would be of interest in golang? Would it potentially go into go-contrib? ### Proposed Solution Implement autoconfig ####...

enhancement

As discussed briefly in CNCF Slack and in the Go SIG meeting, we would like to contribute a vendor-neutral launcher to streamline configuration of the Go SDK. Please review the...

I am using [`otelgin`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin) to instrument my server. Some of my routes need to redirect the client to somewhere. Do I need to instrument the redirect request manually? I cannot...

The XRay propagator always expects the Parent value: ``` X-Amzn-Trace-Id: Root=1-5759e988-bd862e3fe1be46a994272793;Parent=53995c3f42cd8ad8;Sampled=1 ``` The AWS spec says that the Parent value might be absent and the following headers are also correct:...

Fixes https://github.com/open-telemetry/opentelemetry-go-contrib/issues/2481

## Background **Package Link**: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp Add instrumentation and tracing to net/http ### Why can this instrumentation not be included in the package itself? No it's part of the go standard...

enhancement
area: instrumentation

I got an error when trying to obtain resources from the EKS detector in an EKS cluster. ``` detecting resources: [isEks() error retrieving auth configmap: failed to retrieve ConfigMap kube-system/aws-auth:...

bug
area: detector

I want to ask how to be compatible with W3C and Zipkin B3 protocol at the same time, and what should I do if W3C protocol takes precedence? I think...

enhancement
area: instrumentation

In view of the fact that our indicators are accumulated in memory and reported, do we have any strategies to avoid affecting business services

enhancement
area: instrumentation