Add more metric in kyuubi server #1671
zhenjiaguo
started this conversation in
Ideas
Replies: 2 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add some metric in kyuubi server. This is listed in detail as follows:
BackendService
method avg call times and rate. Replace Histograms with Timer to record it. Timer includes both Meters and Histograms.MetricsSystem
. Add prefix to make metric more clear. AddClassLoadingGaugeSet
to help us more clear about JVM classloader info.KyuubiSyncThriftClient
wait locks thread count.KyuubiSyncThriftClient
each method call time metric. Use Timer to record it.If there is any question, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions