Skip to content

Commit

Permalink
Merge pull request #4 from patrickjahns/improve_metric_description
Browse files Browse the repository at this point in the history
refactor: improved the description of openvpn_start_time metric
  • Loading branch information
patrickjahns authored Apr 28, 2020
2 parents bac4317 + c280c98 commit 38f46e0
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 38f46e0

Please sign in to comment.