Skip to content

node stats: support infinity #1

node stats: support infinity

node stats: support infinity #1

Triggered via push October 11, 2024 09:39
Status Failure
Total duration 4m 53s
Artifacts
Lint code
33s
Lint code
Unit test code
35s
Unit test code
Test integration with Prometheus
4m 37s
Test integration with Prometheus
Verify that Helm README is up to date
17s
Verify that Helm README is up to date
Lint Helm chart
16s
Lint Helm chart
Verify templating chart with default values
6s
Verify templating chart with default values
Verify that Makefile section of README is up to date
3s
Verify that Makefile section of README is up to date
Build Linux binary
0s
Build Linux binary
Build Linux ARM binary
0s
Build Linux ARM binary
Build Mac binary
0s
Build Mac binary
Build Windows binary
0s
Build Windows binary
Build Linux Docker image
0s
Build Linux Docker image
Build Linux ARM Docker image
0s
Build Linux ARM Docker image
Test integration with Helm chart
0s
Test integration with Helm chart
Create GitHub release
0s
Create GitHub release
Matrix: upload-binaries
Fit to window
Zoom out
Zoom in

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/