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