Thomas Eizinger

Results 1888 comments of Thomas Eizinger

Needs https://github.com/NAlexPear/tracing-stackdriver/pull/31 before we can proceed.

Friendly ping @NAlexPear !

We might as well wait for `.24` now: https://github.com/open-telemetry/opentelemetry-rust/pull/1932

@NAlexPear This is now ready for review again. CI failure seems unrelated.

@NAlexPear Friendly ping.

> With build-time compositing we have to write similar code but also tie it into the build system. That would be easy to do with `build.rs`. `cargo` will re-run your...

> It looks like it will show up whenever we bind to a publicly listenable address like `0.0.0.0`. Not saying this isn't the cause but it doesn't explain though why...

This is also interesting: https://docs.rs/tracing-etw Supposedly, it supports thousands of logs per second on e.g. Linux. Perhaps this could be useful for some additional profiling so we can precisely see...

> Open questions: > > * What to do about log exports? > > * Should we log to those fascilities AND to files? So one way of approaching this...

I believe this is already the case. On Windows, the Firezone ID is stored in `C:\ProgramData\dev.firezone.client\config`. On Linux, it is stored in `/var/lib/dev.firezone.client/config`. Both of these are not scoped to...