Paweł

Results 5 comments of Paweł

@xrmx this is the PR i created to resolve this issue https://github.com/elastic/apm-agent-python/issues/2114 we discussed earlier. I wanted to add this transformation logic to django contrib code but i couldn't make...

If the query to database was too heavy to be evaluated there is no way it was cached. You can only cache QuerySet that is computable (it's execution time fits...

Are you saying that there is some kind of safe-guard against evaluating non-cached QuerySets ? because i could not find such condition in library source code. This util function `elasticapm.utils.encoding.transform`...

@xrmx what is the status of this issue ? Do you know if it will be corrected in near future ?

@xrmx i created a pull request https://github.com/elastic/apm-agent-python/pull/2158 could you look at it ?