influxdb/trace/src
Marco Neumann 99f4440658
refactor: parse HTTP trace header even w/o collector (#5979)
Since we log trace IDs to allow easier correlation of logs no matter
what the `sampled` flag says, we should also parse these logs if we
don't have a tace collector at all.

In practice, this won't make a difference since we always deploy with a
trace collector, but it also makes the code easier to reason about.

Helps with #5975.
2022-10-26 09:20:52 +00:00
..
ctx.rs refactor: parse HTTP trace header even w/o collector (#5979) 2022-10-26 09:20:52 +00:00
lib.rs style: add no todo!() or dbg!() lints 2022-09-29 13:10:07 +02:00
span.rs refactor: allocate less memory for tracing (#5200) 2022-07-25 12:52:29 +00:00