From c280c9893c2629a94b119644e82eb7714c009721 Mon Sep 17 00:00:00 2001 From: Patrick Jahns Date: Sun, 26 Apr 2020 23:10:09 +0200 Subject: [PATCH] refactor: improved the description of openvpn_start_time metric the label should reflect, that the start time is from the exporter itself and does not reflect the server start/uptime --- pkg/collector/exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/collector/exporter.go b/pkg/collector/exporter.go index 2c74e7b..1e24ef4 100644 --- a/pkg/collector/exporter.go +++ b/pkg/collector/exporter.go @@ -38,7 +38,7 @@ func NewGeneralCollector(logger log.Logger, version string, revision string, bui StartTime: prometheus.NewDesc( prometheus.BuildFQName(namespace, "", "start_time"), - "Unix timestamp of the start time", + "Unix timestamp of the start time of the exporter", nil, nil, ),