Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Fix metric name.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVerc committed Jun 29, 2020
1 parent 6628fb4 commit 7f420d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/openvpn_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewOpenVPNExporter(statusPaths []string, ignoreIndividuals bool) (*OpenVPNE

// Metrics specific to OpenVPN servers.
openvpnConnectedClientsDesc := prometheus.NewDesc(
prometheus.BuildFQName("openvpn", "", "openvpn_server_connected_clients"),
prometheus.BuildFQName("openvpn", "", "server_connected_clients"),
"Number Of Connected Clients",
[]string{"status_path"}, nil)

Expand Down

0 comments on commit 7f420d0

Please sign in to comment.