-
I hadn't thought about the fact that we have all the info (column numbers) these days to output those fancy error messages like you see in Elm or Rust until I saw it with eqwalizer when running it on …
-
Revisit our logging, and move to a model that allows:
- Distributed tracing concepts, such as spans with inclusion and correlation
- Ideally this should map to spans at the service level, which wo…
-
As a follow up to https://github.com/open-telemetry/opentelemetry.io/pull/4722 we can replicate this content across all other languages as well.
The following languages are still missing:
- [ ] …
svrnm updated
3 months ago
-
[https://doc.rust-lang.org/std/sync/atomic/index.html](https://doc.rust-lang.org/std/sync/atomic/index.html)
* PowerPC and MIPS platforms with 32-bit pointers do not have AtomicU64 or AtomicI64 types…
ghost updated
9 months ago
-
Thanks for creating this sample app. I did try to use but it doesn't populate the method or status code. Can you please add the support?
Also if you can show the metrics e.g. number of requests, sta…
-
I have a set of spans that I can use to monitor my HTTP services in DataDog, and I make use of a OTLP pipeline
```rust
opentelemetry_otlp::new_pipeline()
.tracing()
.with_exporter(
…
-
**What are you trying to achieve?**
_Note: This is an addendum to #3821, but I do not want to stall the PR for it (#3990) to be stalled any further._
An issue for especially (but not exclusively…
svrnm updated
2 months ago
-
### What happened?
When creating a new span with a single link to a `followed` span in the same trace, the UI renders the new span as if the `followed` span were actually the `parent` span, and ren…
-
Since #1447 we create a root span for our `Client` object, and since https://github.com/matrix-org/matrix-rust-sdk/pull/1428 EX can push traces to an OpenTelemetry collector, aka Jaeger in this case.
…
-
We have logging to stdout through `tracing` which uses anysc tokio under the hood.
We want something similar that we can hook up to Prometheus or Grafana to show analyzed data.
For this we can use …