process0
process0
I use structlog and elasticapm to instrument celery. Heres a quick way to achieve what i think was described above using a structlog processor: ```python # Forward all Exceptions outside...
> Theoretically we're already forwarding unhandled exceptions via our framework integrations. Plus you can use [our excepthook](https://www.elastic.co/guide/en/apm/agent/python/current/configuration.html#config-use-elastic-excepthook) to make the capturing behavior even more broad. For celery integration, if an...
Here is a working example. ```python from elasticapm import Client from elasticapm.contrib.celery import register_exception_tracking, register_instrumentation apm_client = Client() register_instrumentation(apm_client) register_exception_tracking(apm_client)
I get error messages that say server is unreachable or reconnecting. If i view the console, i can see 20 or so: ``` Firefox can’t establish a connection to the...
I can once I deterministically reproduce the crash and understand why the crash is happening.
@OskarDamkjaer The closest i've gotten to reproducing is double clicking a node's expand relationships button quickly
What information is collected by the 3rd party APM services you use? I am currently blocking access to `canny.io`, `intercom.io`, `sentry.io`, and `segment.com` via NoScript
@cameronmaske I think it would be useful to have the prefix configurable. RedBeat ( a Celery Beat schedule using Redis) has this option. It allows for multiple versions of the...
The best way to check is to go to rancher and view the node template in the API. I do notice that the `hetznerConfig.serverLabels` field is not set when viewed...
@leonsteinhaeuser What were the adjustments you had to make to get this to work beyond updating comma separated strings? If the proposed changes aren't sensible, I can revise the PR.