node stats: support infinity #1
go-application.yml
on: push
Test integration with Prometheus
4m 37s
Verify that Helm README is up to date
17s
Lint Helm chart
16s
Verify templating chart with default values
6s
Verify that Makefile section of README is up to date
3s
Build Linux ARM binary
0s
Build Mac binary
0s
Build Windows binary
0s
Test integration with Helm chart
0s
Matrix: upload-binaries
Annotations
21 errors and 2 warnings
Lint code:
collectors/collector_manager.go#L10
could not import github.com/kuskoman/logstash-exporter/collectors/nodestats (-: # github.com/kuskoman/logstash-exporter/collectors/nodestats
|
Lint code:
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:
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:
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:
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:
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:
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:
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:
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:
collectors/nodestats/pipeline_subcollector.go#L152
cannot use flowStats.WorkerConcurrency.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L144
cannot use flowStats.InputThroughput.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L145
cannot use flowStats.InputThroughput.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L146
cannot use flowStats.FilterThroughput.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L147
cannot use flowStats.FilterThroughput.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L148
cannot use flowStats.OutputThroughput.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L149
cannot use flowStats.OutputThroughput.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L150
cannot use flowStats.QueueBackpressure.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L151
cannot use flowStats.QueueBackpressure.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L152
cannot use flowStats.WorkerConcurrency.Current (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Unit test code:
collectors/nodestats/pipeline_subcollector.go#L153
cannot use flowStats.WorkerConcurrency.Lifetime (variable of type responses.InfinityFloat) as float64 value in argument to prometheus.MustNewConstMetric
|
Test integration with Prometheus
Process completed with exit code 2.
|
Verify templating chart with default values
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/setup-helm@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint Helm chart
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/setup-helm@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|