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 want to utilize the RequestResult metric in our setup.
Ideally, we would register our own metric by invoking Register(...) as described in client-go's metrics code. This would allow client-go to invoke our custom implementation, enabling us to raise the RequestResult metric.
However, we noticed that controller-runtime already registers RequestResult via this implementation, which means we cannot directly register our own metric.
Could you provide guidance on how we can capture or hook into the RequestResult metric under these circumstances? Any suggestions or workarounds would be appreciated!
The text was updated successfully, but these errors were encountered:
We want to utilize the RequestResult metric in our setup.
Ideally, we would register our own metric by invoking Register(...) as described in client-go's metrics code. This would allow client-go to invoke our custom implementation, enabling us to raise the RequestResult metric.
However, we noticed that controller-runtime already registers RequestResult via this implementation, which means we cannot directly register our own metric.
Could you provide guidance on how we can capture or hook into the RequestResult metric under these circumstances? Any suggestions or workarounds would be appreciated!
The text was updated successfully, but these errors were encountered: