Kasa
Kasa
Background --- My company has an internal monitoring/alerting solution that serves both our on-premise and cloud needs; it's backed by Prometheus and Grafana. We get Cloud Monitoring (née Stackdriver) metrics...
Resources: - https://github.com/square/okhttp/pull/3331 - https://github.com/square/okhttp/pull/3506
When troubleshooting a single network request it's worthwhile to see how much time passed between submitting the request and actual execution. This duration should preferably be close to 0 (when...
If the user wants to use `InstrumentedOkHttpClients.create(MetricRegistry, OkHttpClient)`, any custom `Dispatcher` thats set on the passed in `OkHttpClient` will be overridden.