opentelemetry-erlang-contrib/instrumentation/opentelemetry_phoenix/config
Andrew Rosa 3faa246d02
Remove exporter race-condition on tests (#44)
Default exporter immediately attempts on start connect to
`:otel-collector` default port. As we don't have any collector running
on our test environment, this results in a few warnings. That's not an
issue in itself, as code immediately switches to another export, but
creates a lot of noise.

This patch moves the exporter setup to `config/test.exs`, essentially
removing the need to restart opentelemetry applicationn for each test
case. The only work setup blocks do is update the exporter's target pid.

The processor was changed to simple mode, available now, which also remove
another vector of (unlikely but theoretically possible) race-conditions.
2022-03-24 11:48:59 -06:00
..
config.exs Otel 1.0.0-rc.4 updates (#54) 2021-12-28 16:39:06 -07:00
test.exs Remove exporter race-condition on tests (#44) 2022-03-24 11:48:59 -06:00