-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cannot access timings #190
Comments
Hey there, if you supply a header in your request with the key ,values being You can see what other values you can request with that header here |
Yes, we set this header to "all". Can you provide a concrete example on how to access these values not from the package but from outside as a consumer of this package? We tried many different methods to no avail. If there is no such way, could you provide one? |
Hi @anar-khalilov, I'm not sure what you mean by outside the package? The timings are in the JSON body of the HTTP response. {
"data": "…",
"extensions": {
"plan": "…",
"timings": {
"execution": "194ms",
"format": "0s",
"merge": "0s"
}
}
} So if your HTTP client lets you inspect the response at a higher level than the |
We want to access timings as shown below but we couldn't find a way.
Can you provide a way to be able to measure performance by making these timings accessible somehow?
The text was updated successfully, but these errors were encountered: