-
The .net agent did not always support automatic instrumentation of Kafka. Many people previously relied on custom instrumentation of services to provide visibility into their kafka consumers. After ad…
-
Right now to implement distributed tracing with the JS SDK, it is a bit confusing. The docs jump back and forth between different concepts: https://docs.sentry.io/platforms/javascript/distributed-trac…
-
I have successfully added OTEL to our Python RQ code by creating child classes of WorkerPool and SimpleWorker. These classes configure OTEL and enable any required instrumentation. I am not a big fan …
-
Once I add my custom instrumentation the default metrics are gone..
```
def my_custom_http_instrumentation(cfg) -> Callable[[Info], None]:
cntr = Counter(
"my_http_reqs_total",
…
-
### Problem Statement
The https://docs.sentry.io/platforms/ruby/performance/instrumentation/custom-instrumentation/ documentation explains how to track custom transactions. However, it is not complet…
-
### Link to the code that reproduces this issue
https://github.com/soniankur948/RN-flicker (please note that it's very early version of code and library/complete app is on internal company codebase…
-
### Description
Today, by default we instrument _all_ packages with import-in-the-middle in ESM.
For v9, we may flip the default of `onlyIncludeInstrumentedModules` from `false` to `true`, so that b…
-
I would like to add the prisma instrumentation yet there is no docs on how to add a custom intrument
-
# Background
Conceptually, the `core` module provides serves three purposes:
1. Initializes an instance of `OpenTelemetry` with reasonable defaults
2. Defines an API for Android instrumentatio…
-
### Problem Statement
`otelecho` lacks support of custom span name formatter like one in `otelhttp`.
### Proposed Solution
Add `WithSpanNameFormatter` option to `otelecho`.
#### Alternativ…
gifff updated
8 hours ago