-
Original reporter: `boris.okner`
Affected version: `OTP-19.1.1`
Component: `runtime_tools`
Migrated from: https://bugs.erlang.org/browse/ERL-355
---
```
When using 'function_call' and 'function_ret…
-
# Distributed Tracing
![image](https://user-images.githubusercontent.com/414141/117819897-ba40ba80-b289-11eb-98b9-d599a30d8f2d.png)
A trace is a snapshot of all context and timing info as a reques…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…
-
"The other difference between instrumenting Lambda functions and web applications is that the segment that Lambda creates and sends to X-Ray cannot be modified by your function code. You can create su…
-
### Describe the bug
Given
* a Quarkus application with installed extensions: quarkus-rest, quarkus-opentelemetry
* the ManagedExecutor is used to execute work in the background
* the background …
-
## Feature Request
### Crates
- `tracing`
### Motivation
Cargo's feature flags are global across the crate graph and are additive. This means if `tracing`'s compile time filters are enabl…
-
### Summary
Hello!
I have restored a snapshot with db-sync:
(https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.5/db-sync-snapshot-schema-13.5-block-10823207-x86_64.tgz)
```
[db-sync…
-
I'm looking into asserting the [recorded fields](https://docs.rs/tracing/0.1.26/tracing/#recording-fields) from tracing. It doesn't seem like this testing lib supports it (please correct me if I'm wro…
-
TL;DR: Scour works from terminal, but doesn't work when called procedurally.
Hey,
I tried importing scour into my script to use it procedurally and after it ran once and crashed on wrong input (…
-
When analyzing the distributed trace for a page, we often want to understand “what is responsible for making this page slow”?
Specifically – **What are the critically blocking spans?** This can be …