Sergey Kozlov created IGNITE-2690:
-------------------------------------
Summary: Format of uptime for metrics
Key: IGNITE-2690
URL:
https://issues.apache.org/jira/browse/IGNITE-2690 Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: 1.5.0.final
Reporter: Sergey Kozlov
Priority: Trivial
Milliseconds of uptime from metrics should be properly formatted (3 digits):
{noformat}
[16:35:08,994][INFO][grid-timeout-worker-#33%null%][IgniteKernal]
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- Node [id=fcc9d9ca, name=null, uptime=01:04:00:996]
...
[16:36:09,011][INFO][grid-timeout-worker-#33%null%][IgniteKernal]
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- Node [id=fcc9d9ca, name=null, uptime=01:05:01:14]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)