The JDBC Connections and Statements which are cached in the server can
be exposed by avatica-metrics, but that is a very limited view of "load".
https://github.com/apache/calcite/blob/master/avatica/server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcMeta.java#L198-L210
Like Julian touched on, understanding what kind of concrete requirements
you have (or even just the kind of things you'd want to see exposed)
would go a long way in building something!
Rahul Shrivastava wrote:
Hi All,
For Avatica, is there a way to measure load on the avatica server ? It
could be number of sessions running or number of requests etc ?
thanks
Rahul