-
## Tell us about the problem you're trying to solve
Track all the APIs hit in different verticals and log them
-
I think we could use tracing + + tracing-subscriber + tracing-appender for logging.
tracing is like the crate log, while tracing-appender provides non-blocking writer implementation (…
-
An entity that is spawned on the client and replicated up to the server with `Replicate::default` will not be added to the client's `RemoteEntityMap`.
This means that, for example, an interest mana…
-
We have noticed a weird situation in our production traces for our axum server where sometimes an endpoint, even if the endpoint makes a response very quickly, that the traces say that the endpoint to…
-
**APM Server version** (`apm-server version`): 8.15.0+
**Description of the problem including expected versus actual behavior**:
APM server reloader reloads runner (internal/beater/beater.go) 2 ti…
-
Because the sentry integrations are global, they don't play nicely out of the box with `async`; in my project at work i've written my own sentry plugin around this one that uses `Syntax::Keyword::Dyna…
-
## Bug Report
### Version
```
reqwest_tracing_bug v0.1.0
│ │ └── tracing v0.1.40
│ │ ├── tracing-attributes v0.1.27 (proc-macro)
│ │ └── tracing-core v0.1.32
│ │ │ …
-
**Current behaviour**
SemanticLogger integration is not correlating logs with server/environment (configured via DD_SERVICE/DD_ENV)
**Expected behaviour**
Given the quote below, I'd expect `rails…
-
## Describe the Bug
Since Spring 6 (Spring Boot 3), it is using micrometer-observation and own classes for Observation (Tracing).
In those versions the names of tags are changed.
E.g. There are …
-
**Is your feature request related to a problem? Please describe.**
We use the https://github.com/launchdarkly/ld-relay and https://github.com/launchdarkly/js-client-sdk (wrapped in Dart interop APIs)…