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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Apollo is a networking library, it'd be beneficial to trace its performance, like timings when fetching thing from cache, as well as tracings related to various requests and tags for the call (e.g. calls with APQ vs calls without APQ)
Describe the solution you'd like
an ApolloInterceptor implementation tracing as much as makes sense, as well as OkHttp interceptor that tracks Graphql-specific headers (if it doesn't do that yet)
Describe alternatives you've considered
Writing everything manually
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Hello @lwasyl! Thanks for opening the feature request.
Indeed, we are aware of this quite common need and this is what we are currently working on. I cannot give any estimates right now, because apart of the GraphQL support in our SDK we need to do changes in our webapp in order to better visualize it, but I can say for sure that this feature will land in our SDK later this year.
I'll just point out that Apollo 4.x will also support Ktor backend — it'd be nice if DD integration also worked with it, and not only with OkHttp one
initial support PR: apollographql/apollo-kotlin#5142
Hello @lwasyl! Can you please tell us about your usage of Ktor - are you using the client in Kotlin Multiplatform Mobile project? Or your project is only for Android, without multiplatform capabilities?
Hey @0xnm I'm not using ktor backend yet, but when Apollo-Kotlin 4.x is out we'll definitely consider/evaluate it wrt performance. Multiplatform usage of Apollo-Kotlin is something on our radar but not in immediate plans
Are you requesting automatic instrumentation for a framework or library? Please describe.
Realm
,RxJava
] Apollo-Kotlin https://github.com/apollographql/apollo-kotlin/Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Apollo is a networking library, it'd be beneficial to trace its performance, like timings when fetching thing from cache, as well as tracings related to various requests and tags for the call (e.g. calls with APQ vs calls without APQ)
Describe the solution you'd like
an
ApolloInterceptor
implementation tracing as much as makes sense, as well asOkHttp
interceptor that tracks Graphql-specific headers (if it doesn't do that yet)Describe alternatives you've considered
Writing everything manually
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: