Skip to content

Only start telemetry handlers when agent is enabled #531

Only start telemetry handlers when agent is enabled

Only start telemetry handlers when agent is enabled #531

Triggered via pull request January 8, 2025 01:03
Status Success
Total duration 2m 43s
Artifacts

elixir.yml

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

Annotations

40 errors and 4 warnings
Unit Tests - Elixir 1.17 / OTP 27: test/transaction_test.exs#L202
test Basic transaction (TransactionTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L95
test Handle mangled collector response (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L109
test Log out collector Exception (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L48
test Retry on 503 (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L74
test Handle when unable to connect (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L63
test Handle unexpected HTTP code (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L80
test Log out collector error response (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L74
test Handle when unable to connect (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L109
test Log out collector Exception (EvilCollectorTest)
Unit Tests - Elixir 1.17 / OTP 27: test/evil_collector_test.exs#L48
test Retry on 503 (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/sampler_test.exs#L87
test Process Sampler - count work between samplings (SamplerTest)
Unit Tests - Elixir 1.18 / OTP 27: test/transaction_trace_test.exs#L225
test Transaction Trace when erlang trace disabled (TransactionTraceTest)
Unit Tests - Elixir 1.18 / OTP 27: test/transaction_test.exs#L202
test Basic transaction (TransactionTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L80
test Log out collector error response (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L95
test Handle mangled collector response (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L109
test Log out collector Exception (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L48
test Retry on 503 (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L63
test Handle unexpected HTTP code (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L74
test Handle when unable to connect (EvilCollectorTest)
Unit Tests - Elixir 1.18 / OTP 27: test/evil_collector_test.exs#L48
test Retry on 503 (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L80
test Log out collector error response (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L109
test Log out collector Exception (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L63
test Handle unexpected HTTP code (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L74
test Handle when unable to connect (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L48
test Retry on 503 (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L95
test Handle mangled collector response (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/custom_event_test.exs#L133
test Handle non-serializable attribute values (CustomEventTest)
Unit Tests - Elixir 1.16 / OTP 26: test/custom_event_test.exs#L133
test Handle non-serializable attribute values (CustomEventTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L74
test Handle when unable to connect (EvilCollectorTest)
Unit Tests - Elixir 1.16 / OTP 26: test/evil_collector_test.exs#L109
test Log out collector Exception (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L80
test Log out collector error response (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L63
test Handle unexpected HTTP code (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L109
test Log out collector Exception (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L95
test Handle mangled collector response (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L48
test Retry on 503 (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L74
test Handle when unable to connect (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/other_transaction_test.exs#L24
test reports Other Transactions (OtherTransactionTest)
Unit Tests - Elixir 1.15 / OTP 26: test/custom_event_test.exs#L133
test Handle non-serializable attribute values (CustomEventTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L63
test Handle unexpected HTTP code (EvilCollectorTest)
Unit Tests - Elixir 1.15 / OTP 26: test/evil_collector_test.exs#L95
test Handle mangled collector response (EvilCollectorTest)
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.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.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.16 / OTP 26
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636