node stats: support infinity #1
Annotations
10 errors
Lint code using golangci-lint:
collectors/collector_manager.go#L10
could not import github.com/kuskoman/logstash-exporter/collectors/nodestats (-: # github.com/kuskoman/logstash-exporter/collectors/nodestats
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L144
cannot use flowStats.InputThroughput.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L145
cannot use flowStats.InputThroughput.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L146
cannot use flowStats.FilterThroughput.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L147
cannot use flowStats.FilterThroughput.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L148
cannot use flowStats.OutputThroughput.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L149
cannot use flowStats.OutputThroughput.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L150
cannot use flowStats.QueueBackpressure.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L151
cannot use flowStats.QueueBackpressure.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Lint code using golangci-lint:
collectors/nodestats/pipeline_subcollector.go#L152
cannot use flowStats.WorkerConcurrency.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Loading