-
First, let me thank you for putting this together.
Every attempt to launch the application with NGROK results in the error message below. I tried starting with and reinstalling with **!sudo**, but …
-
Imported old issue.
Generally this is a way to "carry" context across actors, we'll want this to play well with the GSOC ideas around tracing and propagation
---
We need a way to propagate: …
ktoso updated
2 years ago
-
Hello everyone
In [OpenTracing tutorial for Java](https://github.com/yurishkuro/opentracing-tutorial/tree/master/java/src/main/java/lesson02) the Scope operator and startActive function is used to …
-
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )
## Summary
[NOTE]: # ( Provide a brief overview of what the new feature is all about. )
Hello 👋🏼
(Apologies…
-
### Component(s)
connector/servicegraph
### Is your feature request related to a problem? Please describe.
A way to configure the connector to form a virtual node from zipkin model with shared span…
-
**Describe the bug**
Pulsar functions can consume messages and produce messages, where a `receive` and `publisher` Span will be created respectively. Re context propagation, the receive Span is creat…
-
https://typelevel.org/cats-effect/docs/core/io-local and
https://typelevel.org/cats-effect/docs/std/supervisor (once the site redeploys) both include diagrams. Can we render these diagrams more nicel…
-
The JavaScript implementation should follow suite of languages like Java and Python and implement the proposed ScopeManager specification. This would make managing the active span significantly easier…
-
## Feature Request
It appears [Rayon](https://docs.rs/rayon/latest) is a popular way to "spread" CPU bound tasks across threads.
Do you have any guidance/examples for propagating span/context into…
-
### Is your feature request related to a problem?
The current `Context` implementation is as an interface where a registered `ContextManager` supplies the implementation. This allows a consumer (su…