Closed
Description
Spring Boot Admin takes the various time gauges from the metrics endpoint (e.g. process.uptime
) . Unfortunately the time unit is not given in the actuator output and can vary depending on the underlying micrometer registry.
Therefore it would be great if either the time unit is fixed in the metrics endpoint or included in the output. Currently the time unit can only be guessed.