earthgecko / skyline

Anomaly detection

Home Page:http://earthgecko-skyline.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webapp sometimes fails to start in v3.0.0

earthgecko opened this issue · comments

There is an unhandled error relating to opentelemetry in v3.0.0 which can cause webapp to not start.

workaround

The workaround is to simply set OTEL_ENABLED to True in the settings.py which will resolve the error. The resulting opentelemetry traces will simply be pushed to 127.0.0.1:26831 via UDP so will fail silently if you have no otelcol or Jaeger and have no ill effects.

Fixed in v3.0.2