Eliza Weisman

Results 571 comments of Eliza Weisman

Yeah, I suppose we can always do a simple token scheme _and_ allow layering in other authz/authn systems that the user might require on top of that.

We probably also want to have an example showing how to serve the console endpoint over TLS. That ought to be opt-in because the user would need to actually provide...

cc @davidpdrsn and @sd2k, possibly relevant to your interests!

This is a great idea, we should definitely have something like that. I think this will probably be easiest to implement once we add awareness of individual runtime instances to...

@bIgBV this is awesome, thanks for working on this! As for what should be displayed in the help text: - I think we should probably display the controls for the...

@bIgBV sorry it took me so long to look at this, I'd really like to actually give it a review now. It looks like this branch is now out of...

@bIgBV quick ping — still interested in working on this?

Maybe the histogram looks *too* stretched out in the second case and we should give it a percent constraint additionally...would love to hear if anyone has thoughts on this.

Yeah, we'd definitely like to eventually have a way to stream a log of all `tracing` events from the program. One thing we've also considered is adding a way to...

This is also going to be necessary in order to integrate with Tokio's runtime metrics API (tokio-rs/tokio#4073), cc @LucioFranco.