Accessing Instrumentation cycle fields outside the class #3951
AdithiKashain
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have defined a class QueryLoggingInstrumentation which implements Instrumentation. I have overridden the function ExecutionInput to extract the query and operationName. Now how do I access these values outside this class? Singleton pattern and wrapping it in HttpServletRequest don't work.
Beta Was this translation helpful? Give feedback.
All reactions