Skip to content

Speed up BackoffSampler with counters #505

Speed up BackoffSampler with counters

Speed up BackoffSampler with counters #505

Triggered via pull request December 28, 2024 00:05
Status Success
Total duration 7m 2s
Artifacts

elixir.yml

on: pull_request
Matrix: integration_test
Matrix: unit_test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 26 warnings
Unit Tests - Elixir 1.16 / OTP 26: test/transaction_test.exs#L202
test Basic transaction (TransactionTest)
Unit Tests - Elixir 1.14 / OTP 25: test/backoff_sampler_test.exs#L5
test Backoff behavior as best as we can (BackoffSamplerTest)
Unit Tests - Elixir 1.17 / OTP 27: test/erlang_trace_overload_test.exs#L7
test Handle process spawn overload in ErlangTrace (ErlangTraceOverloadTest)
Unit Tests - Elixir 1.17 / OTP 27: test/transaction_trace_test.exs#L225
test Transaction Trace when erlang trace disabled (TransactionTraceTest)
Unit Tests - Elixir 1.17 / OTP 27: test/erlang_trace_test.exs#L4
test disable and re-enable Agent's usage of `:erlang.trace` (ErlangTraceTest)
Unit Tests - Elixir 1.15 / OTP 26
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Unit Tests - Elixir 1.16 / OTP 26
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Unit Tests - Elixir 1.18 / OTP 27
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Unit Tests - Elixir 1.14 / OTP 25
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Unit Tests - Elixir 1.17 / OTP 27
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Integration Tests - Elixir 1.17 / OTP 27
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration Tests - Elixir 1.15 / OTP 26
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Integration Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Integration Tests - Elixir 1.18 / OTP 27
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration Tests - Elixir 1.16 / OTP 26
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Unit Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Unit Tests - Elixir 1.15 / OTP 26: lib/new_relic/logger.ex#L85
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests - Elixir 1.15 / OTP 26: lib/new_relic/sampler/beam.ex#L110
this clause cannot match because a previous clause at line 109 always matches
Unit Tests - Elixir 1.18 / OTP 27
using map.field notation (without parentheses) to invoke function NewRelic.Harvest.Collector.Metric.Harvester.gather_harvest() is deprecated, you must add parentheses instead: remote.function()
Unit Tests - Elixir 1.17 / OTP 27
using map.field notation (without parentheses) to invoke function NewRelic.Harvest.Collector.Metric.Harvester.gather_harvest() is deprecated, you must add parentheses instead: remote.function()
Unit Tests - Elixir 1.17 / OTP 27
using map.field notation (without parentheses) to invoke function NewRelic.Harvest.Collector.TransactionTrace.Harvester.gather_harvest() is deprecated, you must add parentheses instead: remote.function()