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
We currently have request metrics broken down by path and status but are lacking insight into which query parameters are used.
Solution
Use prom-client library in an existing interceptor to record a new hedera_mirror_rest_request timer (counter plus sum) that includes code, method, path and param labels. param label will only include known query parameter names.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
We currently have request metrics broken down by path and status but are lacking insight into which query parameters are used.
Solution
Use prom-client library in an existing interceptor to record a new
hedera_mirror_rest_request
timer (counter plus sum) that includescode
,method
,path
andparam
labels.param
label will only include known query parameter names.Alternatives
No response
The text was updated successfully, but these errors were encountered: