Client Metrics
#5025
-
Is there a recommended way of instrumenting web3 clients (running on NodeJS) to publish request metrics / stats? |
Beta Was this translation helpful? Give feedback.
Answered by
janeklb
May 17, 2022
Replies: 1 comment
-
So far the solution we've come up with is to write our own |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
janeklb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So far the solution we've come up with is to write our own
provider
- seems like a reasonable with the current functionality of this library; however, it would be even better to be able to hook into existing providers to do this.