-
Hello. I am encountering the following situation.
My company uses nodejs v20.15.1, and ddtrace v4.17.0. I was asked to include data about the user each time I log information. So if I logger.log('me…
-
OpenTracing is deprecated, see https://github.com/opentracing/specification/issues/163
## Migration plan 1
Initial idea implemented by https://github.com/zalando/skipper/pull/2578 was to refacto…
-
As suggested by @jeffschoner-stripe and @drewhoskins-stripe, I am creating a github issue to discuss the topic of context propagation for the Ruby SDK.
# Tracing Proposal
## Why
Distributed app…
-
**Current behaviour**
`baggage` (and `ot-baggage-*`) headers are not being propagated through the system.
**Expected behaviour**
Based on the [Trace Context Propagation documentation](https://docs.…
-
hi, we all are aware that opentracing is deprecated but is it EOL'd?
The difference being, if there are any security fixes needed will there be any additional releases to fix them or is the project…
-
From @pavolloffay on git.
>Other thing I would find it useful if there were defined teams in ot-contrib(for reviews and ask in issues). People may wonder who should review their PR. It would be goo…
-
**Issue by [bensigelman](https://github.com/bensigelman)**
_Wednesday Oct 26, 2016 at 22:33 GMT_
_Originally opened as https://github.com/opentracing/opentracing.io/issues/144_
----
OpenTracing has…
-
Jaeger is kind of multilanguage standard for opentracing -> https://www.jaegertracing.io/
The **required** header name
```
const MessageUUIDHeaderKey = "_watermill_message_uuid"
```
Is Watermi…
-
https://github.com/yurishkuro/opentracing-tutorial/blob/master/python/lesson03/solution/formatter.py#L12 fails if tracer is FlaskTracer with `'FlaskTracer' object has no attribute '_noop_span_context'…
-
I'm looking to see how to integrate the java-cassandra-driver for opentracing with Phantom.
The Java API expects to wrap Cluster, and takes an Initializer:
```java
// Instantiate tracer
Trac…