Skip to content

Performance monitoring support in Ktor Client #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
buenaflor opened this issue Jul 18, 2023 · 1 comment
Open

Performance monitoring support in Ktor Client #107

buenaflor opened this issue Jul 18, 2023 · 1 comment

Comments

@buenaflor
Copy link
Contributor

buenaflor commented Jul 18, 2023

Problem Statement

This issue is a follow up on #25.

As Ktor Client is currently a very popular (probably even the most popular) solution for network clients on KMP, it might be good to add support for instrumenting performance monitoring on Ktor client.

Currently blocked by #83

Solution Brainstorm

OpenTelemetry already has an example: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/0f87eaf3d6a769a7ef3e3c5c2bf7457eaf0e3e9d/instrumentation/ktor/ktor-2.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v2_0/client/KtorClientTracing.kt#L6

Copy link
Contributor Author

Let's wait for the Java implementation and then use that one for the JVM target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Blocked
Development

No branches or pull requests

2 participants