Pavel Lechev
09/20/2019, 2:18 PMio.ktor.metrics.micrometer.MicrometerMetrics
which would allow tracking of outbound HTTP calls.Jens Baitinger
09/29/2019, 9:31 AMJens Baitinger
09/29/2019, 2:43 PMJens Baitinger
09/29/2019, 2:45 PMPavel Lechev
09/30/2019, 8:29 AMio.micrometer.core.instrument.binder.okhttp3.OkHttpMetricsEventListener
which is responsible for tagging and collection of the metrics. Ktor needs a feature which allows installing this into the HttpClient abstractions. Granted, this must account for all different client engines and their idiomatic ways of intercepting calls, but should not need to deal with the collection of metrics itself.