You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug: I am using logging support which injects correlation ids (trace, transaction, span). However even after running with 100% sample rate I've not been able to get a single log with a Span ID!
Also "maybe" this could be the reason that I am not seeing any logs in trace waterfall
To Reproduce
Install elastic apm agent version
Simply allow logging integration (default)
Check in your APM
Environment (please complete the following information)
OS: Linux and Mac
Python version: 3.9/10
Framework and version [e.g. Django 2.1]: Should not matter but Sanic v22
APM Server version: Proprietary Solution
Agent version: elastic-apm==6.7.1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Would you mind trying to put together a reproduction case with a minimal sanic app? I'm wondering if something is breaking down with the contextvar propagation or something, but I haven't seen this behavior.
Can modifying the asyncio task factory using loop.set_task_factory() affect elastic apm agent in any way? we use this
I have a complex running service, sharing it is not possible and would not be helpful how can I debug this issue or what can I share so someone here might be able to help?
Describe the bug: I am using logging support which injects correlation ids (trace, transaction, span). However even after running with 100% sample rate I've not been able to get a single log with a Span ID!
Also "maybe" this could be the reason that I am not seeing any logs in trace waterfall
To Reproduce
Environment (please complete the following information)
elastic-apm==6.7.1
Additional context
N/A
The text was updated successfully, but these errors were encountered: