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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Oh, didn't even know about stats.Handler. However, looking at it I only see the uncompressed/compressed payload sizes as useful additional metrics. Is that your primary use case?
It's probably worthwhile checking whether a wider refactor would be appropriate to see if it stats.Handler could replace the existing newServerReporter struct. Based on my experience from Stubby days, the stats structs were quite heavy, but maybe here they'll be lightweight.
@btc I'm happy to accept PRs if it's done "on the side" in an optional way. Interested in contributing?
@Bplotka for the above ^stats.Handler information (as it may be useful in kEdge).
Are there any plans to implement the stats.Handler interface? It exposes more information about the payload and size of data on the wire.
The text was updated successfully, but these errors were encountered: