You've already forked nginx_exporter
mirror of
https://github.com/nginxinc/nginx-prometheus-exporter.git
synced 2025-07-30 10:03:04 +03:00
Enable more linters (#622)
This commit is contained in:
@ -16,8 +16,8 @@ Reading: %d Writing: %d Waiting: %d
|
||||
|
||||
// NginxClient allows you to fetch NGINX metrics from the stub_status page.
|
||||
type NginxClient struct {
|
||||
apiEndpoint string
|
||||
httpClient *http.Client
|
||||
apiEndpoint string
|
||||
}
|
||||
|
||||
// StubStats represents NGINX stub_status metrics.
|
||||
|
Reference in New Issue
Block a user