Fran García Salomón
Fran García Salomón
Hi, I'm having the same issue here but my setup is a bit different: using Kong as proxy and the FastAPI app runing with uvicorn as a Gunicorn worker (inside...
> These are already fetched from the API as I recall. Are we talking bitbucket server or bitbucket cloud? Sorry, forgot to add that. We're using Bitbucket Server (v5.16.2).
I've found a bug report [here](https://issues.jenkins-ci.org/browse/JENKINS-45852) that says that this happens since version 2.2.2.
> You may have missed the latter config because you were browsing 7.12 documentation, which links to our (old) 5.x documentation in the python agent, and that config is fairly...
Sorry for the late response, I've been on holidays. The servers in both clusters were updated to v7.17.5. > You said the transaction has only a few spans, correct? One...
The first service only has automatic instrumentation. We are in the process of migrating our services from Flask to FastAPI, but the first service stills runs Flask and out-of-the-box integration....
Sorry, we are using MySQL in both clusters (same version) with `pymysql`: First service: ``` >>> elasticapm.VERSION '6.10.2' >>> pymysql.__version__ '0.9.2' ``` Second service: ``` >>> elasticapm.VERSION '6.10.2' >>> pymysql.__version__...
> I'm still completely stumped. Can you give me all of your configuration variables (obviously redact the sensitive ones) so I can see the complete picture? Initially we didn't have...
OMG! I didn't know about the central config in Kibana 🤦🏼 It seems that one of my colleagues had created a central config with a ridiculously low value for `transaction_max_spans`....
The same happened to me, I think, because I'd previously installed and uninstalled `logiops` through `apt`. I've checked that the unit was pointing to `/dev/null` with `file`: ``` file /etc/systemd/system/logid.service...