Hey
We have Enable the plugins/metrics-reporter-prometheus/metrics
Looking for one of the base mertics :
proc/uptime: Uptime of the Gerrit process.
it show the wrong data
I just restart our service :
./gerrit.sh restart
and looking at the proc/uptime value :
# HELP proc_uptime Generated from Dropwizard metric import (metric=proc/uptime, type=com.google.gerrit.metrics.dropwizard.CallbackMetricImpl0$$Lambda$317/0x00007f841848be58)
# TYPE proc_uptime gauge
proc_uptime 38254.0
checking over:
https://chatgpt.com/
the value of : proc_uptime 38254.0
it says :
proc_uptime 38254.0 → 10 hours, 37 minutes, 34 seconds
what Am i missing ?