-
Question initially asked by asked by @saltperfect in issue #69 (which i moved to the discussions tab):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
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 ) |
Beta Was this translation helpful? Give feedback.
-
@arl |
Beta Was this translation helpful? Give feedback.
@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 )