Skip to content

How can I see stats of my GRPC server using statsviz? #70

Answered by arl
arl asked this question in Q&A
Discussion options

You must be logged in to vote

@saltperfect

statsviz serves a web gui via http that shows real time statistics of the Go runtime (garbage collector, etc.) of your application. It's made to monitor in real time the allocations pattern and memory usage of your app. As such, it can do so with any kind of Go application.

However if you're looking at exposing application-specific statistics such as the number of GRPC calls per second for example, statsviz has no clue about that and has currently no way to add custom metrics. It's planned but there's no ETA yet (see #62 )

Replies: 2 comments 3 replies

Comment options

arl
Feb 25, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by arl
Comment options

You must be logged in to vote
3 replies
@arl
Comment options

arl Feb 25, 2022
Maintainer Author

@saltperfect
Comment options

@arl
Comment options

arl Sep 5, 2022
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants