Re: What Unit of Measurement Do the Time-Related JMX Metrics Use?
sammy.jia@...
To answer my own question, JanusGraph's time-related metrics are internally recorded in nanoseconds and exported in milliseconds.
It is worthy to note that the majority of Gremlin's time-related metrics are also exported in milliseconds. One exception to this rule is "metrics_org_apache_tinkerpop_gremlin_server_GremlinServer_gremlin_groovy_sessionless_class_cache_average_load_penalty_Value", which is exported in nanoseconds.
It is worthy to note that the majority of Gremlin's time-related metrics are also exported in milliseconds. One exception to this rule is "metrics_org_apache_tinkerpop_gremlin_server_GremlinServer_gremlin_groovy_sessionless_class_cache_average_load_penalty_Value", which is exported in nanoseconds.