Skip to content

Commit

Permalink
refactor: improved the description of openvpn_start_time metric
Browse files Browse the repository at this point in the history
the label should reflect, that the start time is from the exporter
itself and does not reflect the server start/uptime
  • Loading branch information
patrickjahns committed Apr 26, 2020
1 parent d8b43c6 commit c280c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit c280c98

Please sign in to comment.