-
### What problem do you want to solve?
A recent [PR](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2683) (fixed in https://github.com/open-telemetry/opentelemetry-python-con…
-
We need to write custom wrappers over producer and consumer to support open telemetry instrumentation.
Libraries like [go-redis ](https://pkg.go.dev/github.com/go-redis/redis/extra/redisotel)support…
-
This issue has been discussed before, I can't seem to find where though. The goal would be to have the released `go.opentelemetry.io/auto` package be a self-contained distribution.
Currently, when …
-
Both the gRPC .NET and HttpClient libraries generate their own Activity for outgoing calls.
gRPC .NET uses HttpClient behind the scenes, so when you configure OpenTelemetry with both gRPC and HttpC…
-
### What version of OpenTelemetry are you using?
```
"@opentelemetry/auto-instrumentations-node": "^0.41.0",
"@opentelemetry/exporter-jaeger": "^1.21.0",
"@opentelemetry/exporter-t…
-
**What are you trying to achieve?**
Having a way to find unexpected bottlenecks
**Additional context.**
My biggest problem with Opentelemetry is that the way it seem to work is you have to sp…
-
Related to #3877 and #3867
Currently OTel does not control how traces/meters are enabled. It's usually controlled by users who install an instrumentation library (standalone or via distro) and some…
-
# Feature Request
Spec requires client and server spans to provide certain attributes(for [client](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#:~:text=f…
-
Currently, wrapping via e.g. `wrap_function_wrapper` import wrapped modules right away
https://github.com/GrahamDumpleton/wrapt/blob/develop/src/wrapt/patches.py#L17
I was wondering if it could …
-
- [x] This only affects the JavaScript OpenTelemetry library
- [ ] This may affect other libraries, but I would like to get opinions here first
In case a span is dropped because of sampling decisi…