Colton Myers

Results 163 comments of Colton Myers

I'm not certain that this is a middleware-ordering issue. Because when the request starts, our middleware will get called, and start the transaction. Later, yes, the exception handling middleware will...

@marcoaleixo I haven't dug deep into this issue but I'm expecting the fix to be fairly FastAPI-specific. Would you mind opening a new issue for Django with some details?

@mrclrchtr you can see a workaround on the[ discuss thread mentioned.](https://discuss.elastic.co/t/apm-ui-not-able-to-search-for-child-span-transaction-labels/294081/2)

Python limits by frames, not lines. I do think this would be useful for the python agent.

Pretty interesting use-case! Right now we [instrument client.execute_command](https://github.com/elastic/apm-agent-python/blob/main/elasticapm/instrumentation/packages/redis.py#L56) which is pretty broad. I'm not sure off the top of my head how we would handle this -- assuming all `BLPOP`...

Yeah I'm not clear on the implementation either. If it's just doing a PUSH and a POP then the redis instrumentation should only have spans that last as long as...