1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-03-17 20:57:44 +02:00

qfx time lag

This commit is contained in:
Anton 2021-12-29 21:24:05 +03:00
parent 867e530fb0
commit 9a3c59dbdb

View File

@ -152,7 +152,8 @@ func (c *rpHostsCollector) funInCollect(ch chan<- prometheus.Metric, clusterInfo
proccesInfo.Pid,
fmt.Sprint(proccesInfo.Host),
fmt.Sprint(proccesInfo.Port),
proccesInfo.StartedAt.Format("2006-01-02 15:04:05"),
// lag MSK+3
proccesInfo.StartedAt.In(time.UTC).Format("2006-01-02 15:04:05"),
}
)