Open glucaci opened 2 years ago
Pinging @elastic/apm-ui (Team:apm)
@chrisdistasio This came up, and is yet another use case for https://github.com/elastic/kibana/issues/146531. If we had filter capabilities on service map we could link from dependencies to service map filtered by the selected span.name
. Thus the service map would only show upstream and downstream services from from that particular operation.
When using messaging the
traces
are splitted between the sender service and the receiver service. In the bellow example thegateway api
is callingtodo api
which is sending a message and theuser api
is receiving it.In this case is there only one way navigation possible, from the
receiver
to thesender
. This is possible by navigating to theReceive /users
trace and click onView full trace
which I think is linked to thesender
by thetrace.id
The sender has also a link to a
Dependency
/Backend
The dependency is displaying only Upstream services. Would it be possible to display also the Downstream services? It will be very useful to see all the consumers from a specific message.