Paul Loyd
Paul Loyd
The console warns about "tasks have been boxed by the runtime due to their size" due to https://github.com/tokio-rs/tokio/blob/637fc1d103882dd04ce434d1fed4a0026fc7b6c2/tokio/src/runtime/mod.rs#L399 I don't totally agree that it's a warning, but we can avoid...
Hi! You can replace the whole logger (do not call `elfo::batteries::logger::init()`) with `console_subscriber::init();` in this case. But allowing to provide custom layers to `elfo-logger` is a nice idea, actually, thanks...
Moreover, elfo can provide tighter integration with `tokio-console`. For instance, use https://docs.rs/tokio/latest/tokio/task/struct.Builder.html#method.name if `tokio_unstable` is enabled to have neat names in the tokio console for actors: Besides this, it's possible...
> Where do I need to use it method? No, it's all about the code in the supervisor. You can check #173 for details if interested. I'm going to add...
Hi, thanks for asking. > Since I would imagine you don't want a dependency on log, how might this be done Dependencies under features are not a problem. More debatable...
As far as I remember, (older?) CH version rejected some SELECT-over-POST queries without readonly=1 if a user is restricted. But it could be my false memory or a bug in...
> Shall we proceed with merging this? WDYT? Yes, but I'm not sure we won't break something unintentionally and will force people to set `read_only=1` for most queries. To be...
@slvrtrn, ok, it's fine. Let's release it as `0.14` after merging neighboring obviously non-breaking PRs (chrono, written_bytes, `row(crate)`)
@nerodono, it seems some test can be added to `linkerd/app/integration/src/tests/telemetry.rs`
@olix0r, could you look at this PR?