updating spacing in nginx metrics struct

This commit is contained in:
Benjamin Visser 2018-01-17 12:43:45 -05:00
parent 9017d64350
commit c817c914e9

View file

@ -35,7 +35,7 @@ type (
nginxStatusData struct {
connections_total *prometheus.Desc
requests_total *prometheus.Desc
connections *prometheus.Desc
connections *prometheus.Desc
}
)