updating spacing in nginx struct
This commit is contained in:
parent
7a7352ef36
commit
9017d64350
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ type (
|
|||
}
|
||||
|
||||
nginxStatusData struct {
|
||||
connections_total *prometheus.Desc
|
||||
requests_total *prometheus.Desc
|
||||
connections *prometheus.Desc
|
||||
connections_total *prometheus.Desc
|
||||
requests_total *prometheus.Desc
|
||||
connections *prometheus.Desc
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue