If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text
TIP 1: select at least one tag that further categorizes your topic. For example server
for APM Server related questions, java
for questions regarding the Elastic APM Java agent, or ui
for questions about the APM App within Kibana.
TIP 2: Check out the troubleshooting guide first. Not only will it help you to resolve common problems faster but it also explains in more detail which information we need before we can properly help you.
Kibana version: 7.9.0
Elasticsearch version:7.9.0
APM Server version:7.9.0
APM Agent language and version: RUM /6.4.1
Browser version: chrome Version 85.0.4183.121
Original install method (e.g. download page, yum, deb, from source, etc.) and version: Docker containers on windows 10
Fresh install or upgraded from other version? Fresh install
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Is it possible to inject a span context other than distributed trace header in Elastic rum.As currently for both the supported formats :
FORMAT_TEXT_MAP
FORMAT_HTTP_HEADERS
only header information can be injected.
I have a situation where some actions are added to a queue in one component and at a later time the items are pulled from the queue by another component and perform the action mentioned in the item.But logically they are part of one complete transaction.I am not sure what is the best way to create single transaction for this whole flow.
If we can inject a context while starting a span on adding the request to queue and later extract the context from the trace using a GUID and connect the spans then the whole span will appear under one transaction(I think).
Please let me know if there is a better approach for this scenario.
Regards,
Rejitha Raj