Skip to content

Support for Traces/Transactions via Opentelemetry #792

Support for Traces/Transactions via Opentelemetry

Support for Traces/Transactions via Opentelemetry #792

Triggered via pull request September 19, 2024 08:50
Status Failure
Total duration 1m 55s
Artifacts

main.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Test (Elixir 1.17, OTP 27.0)
Process completed with exit code 2.
Test (Elixir 1.16, OTP 26.2)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (Elixir 1.16, OTP 26.2)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (Elixir 1.17, OTP 27.0)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test (Elixir 1.17, OTP 27.0)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it