Add _seconds suffix to node_time. (#823)
This commit is contained in:
parent
05eabe60fb
commit
52c031890e
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ func init() {
|
|||
func NewTimeCollector() (Collector, error) {
|
||||
return &timeCollector{
|
||||
desc: prometheus.NewDesc(
|
||||
namespace+"_time",
|
||||
namespace+"_time_seconds",
|
||||
"System time in seconds since epoch (1970).",
|
||||
nil, nil,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue