Kibana version : 7.3.2
Elasticsearch version : 7.3.2
APM Server version : 7.3.2
APM Agent language and version : java 1.9.0
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. :-----No
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant) :
Steps to reproduce :
- I have used open tracing bridge to create Spans in kibana
2.I have many transactions and spans and child spans associated with it as well
3.My kibana UI does not show justice to the parent child mapping . Eventhough a span is not a child span Kibana shows it as a child . How is the indentation of spans shown in Kibana
In the image child1 should be at the same level as child2. Why Is there an indentation for the child2. Both are the child spans of span named as Parent. Why are the shown at two different levels.
I was expecting child2 to be at the same level aschild1. Why have the child2 moved more towards the right making it look like its the child of the one above it , when its really not a child of the span directly above it
Also I checked the logs and noticed that the parent id of both child 1 and child 2 are same .