You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have Client.Status(), but getting information out of this requires application authors to take advantage of it. It might be nice to provide either a debug page listening (off the default mux) on a local socket or at least a library that makes it easy to do so.
This needs to find a balance between "once you need it, you'll wish you had enabled it" and "don't do weird, unexpected nonsense like put http servers on random sockets."
A Counter can efficiently keep track of requests made in an arbitrary
span of time, to an arbitrary degree of precision. This will allow
us to expose usage stats over time for e.g. #42.
In #41 a user noticed that there was no data going, but didn't have good visibility into what was happening.
Should b2 expose debug info? If so, how?
The text was updated successfully, but these errors were encountered: