stats elapsed time in seconds
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
02ebfb8eea
commit
52d8f7b250
@ -431,7 +431,7 @@ func metricsHandler(c echo.Context) error {
|
|||||||
metrics += fmt.Sprintf("rosti_node_sold_memory{hostname=\"%s\"} %d\n", hostname, node.SoldMemory)
|
metrics += fmt.Sprintf("rosti_node_sold_memory{hostname=\"%s\"} %d\n", hostname, node.SoldMemory)
|
||||||
|
|
||||||
if elapsedMetric != -1 {
|
if elapsedMetric != -1 {
|
||||||
metrics += fmt.Sprintf("rosti_node_stats_time_elapsed{hostname=\"%s\"} %d\n", hostname, elapsedMetric)
|
metrics += fmt.Sprintf("rosti_node_stats_time_elapsed{hostname=\"%s\"} %d\n", hostname, elapsedMetric/1000000000)
|
||||||
}
|
}
|
||||||
|
|
||||||
apps, err := processor.List(true)
|
apps, err := processor.List(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user