Hello. I have a basic question about JanusGraph's metrics.
Currently, I have a JMX exporter that is sending JanusGraph's metrics to Prometheus. Some of these metrics, such as "metrics_org_janusgraph_query_graph_execute_time_Mean" or "metrics_org_janusgraph_query_graph_isDeleted_time_Count", are time-related but don't explicitly say what unit of measurement is being used. I'm not sure if they are using milliseconds, nanoseconds, or some other unit.
Does anyone happen to know what unit of measurement is being used in JanusGraph?