Benjamin Wohlwend

Results 75 comments of Benjamin Wohlwend

> He mentioned one interesting fact: It seems to be normal that the first value send by the gateway on any new connection is always zero. The zero values will...

Ugh. Overlooked that 0-value shortly after midnight. Looking at the logs, there was a re-connect at about 00:07, followed by the expected series of 0-values. A minute later, the bridge...

Hi @mkloveyy Can you try if version 4.2.1 of the agent works better? We fixed some uwsgi related issues in that version which might help with this issue.

@mkloveyy If you have some time, could you try this? 1. Install version 4.2.2 of the agent (`pip install elastic-apm==4.2.2`) 1. Install https://pypi.org/project/namedthreads/ (`pip install namedthreads`) 1. Run uwsgi with...

@mkloveyy we just released a new version of the agent that should fix this issue, can you try to install 5.4.1 and see if the problem goes away? I'll close...

@mkloveyy would you mind trying if setting the [`transport_class`](https://www.elastic.co/guide/en/apm/agent/python/current/configuration.html#config-transport-class) setting to `elasticapm.transport.http.Transport` fixes the issue? This is a wild guess, so chances are it doesn't fix the issue, but I'm...

Hi @ramshaw888 I agree, this is a feature we'd really like to implement. Unfortunately, there is one roadblock that I wasn't able to get around yet: All our configuration is...

Hi @frnkvieira! Thanks for opening the PR, this looks great! From what I see, we have a pretty similar approach to handling the body in the new generic ASGI middleware...

@felixbarny should we move those test cases to https://github.com/elastic/apm/tree/master/tests/agents/json-specs? I can open a PR /edit: turns out they are already there, I was confused by the links to apm-agent-go

Unfortunately, our current parser fails about half of the signature tests. I'll look into adapting the parser from the Go agent.