-
Notifications
You must be signed in to change notification settings - Fork 80
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
Collecting metrics #9
Comments
I'm having similar issues. It would be great to know if there's anything wrong with this approach. |
i got this problems: |
@igorvpcleao your code snippet looks sane to me. One thing worth noting is that you will only get metrics once the first rpc is intercepted. Could it be that you just haven't triggered any rpcs yet? |
Where does it shows the logs of the intercepted requests from the client on server? Is there a method we need to call to print out the logs? |
Did someone able to figure this out. I wanted to capture metrics for my own service.Any help is appreciated. |
Hey everyone,
I'm having difficulties to get the library working.
Right below I set a register and bind it to a pushgateway. In addition, I define a
gauge
and set it to the previous defined register, as well as pass this register as a parameter toMonitoringServerInterceptor
. Whenever e check the metrics on pushgateway I only see the gauge I defined. No Grpc metrics are found there.Am I doing anything wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered: