Is there any metrics showing inflight query amount and connection without create session?
Context:
The system I setup experienced a low throughput and high latency issue, and I want to understand more in depth. Is there any way to monitor amount of query which temp stored in some `queue` and wait to be processed and average wait time? I didn't managed to search any keywords like `inflight` or `queue` in the metrics output, but only found metrics related to session connections, and cache, storage backend operations.
Settings:
I use jmx reporter, and set the monitoring both on gremlin server configs and janusgraph properties files.