-
### Feature request
Currently a new trace is created per each HTTP request. It would be useful if trace is get (if available) from the request using traceparent header as defined in https://opentelem…
-
IMO, the runtime should pass the `RUST_LOG` environment variable to components.
This would allow the component developer to take certain actions (write logs), if `RUST_LOG` is set to `spin=debug`…
-
After our discussions in the SIG yesterday and some prior conversations we should probably get some sort of alignement of feature naming.
The most recent example here:
> maybe we should develop som…
hdost updated
11 months ago
-
[As outlined on Matrix](https://matrix.to/#/!lkJkNRsIPyqsgwkOVs:gitter.im/$a31DRsylMhtPm94YANRFfwOgj-hFoI67r0QmTOZbc10?via=gitter.im&via=matrix.org&via=chaospixel.com), I’ve got a short-lived (periodi…
-
### What happened?
Using this library in WASM causes the program to block forever and use 100% CPU, due to the usage of `futures_executor::block_on`
### API Version
0.24.0
### SDK Version
…
-
While I'm not sure if for [this specific case](https://github.com/open-telemetry/opentelemetry-rust/pull/1295) we want to, but for the purposes of posterity and avoid needing to do archeological diggi…
-
## Bug Report
### Version
```
tracing-experiments v0.1.0 (/Users/inikulin/Work/tracing-experiments)
├── tracing v0.1.35
│ ├── tracing-attributes v0.1.21 (proc-macro)
│ └── tracing-core…
-
### What happened?
The way [these variable names](https://github.com/open-telemetry/opentelemetry-rust/blob/82fa485359745e5bda9eadc9c080bb84f98a4649/examples/metrics-advanced/src/main.rs#L12-L34) are…
-
![image](https://user-images.githubusercontent.com/29559559/224698354-f8562f12-8686-4ddf-a988-e95d3a358045.png)
When make a remote request to my Gofiber endpoint, it gives http.client_ip = 10.8.11.…
-
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 …