elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

Ability to obtain the upstream service names appearing in APM's Service Map #897

Open jmoon-elastic opened 2 weeks ago

jmoon-elastic commented 2 weeks ago

It is required for an external application to obtain the upstream service names of a target service in APM's Service Map.

For example(using the demo gallery), a query with productCatalogService to return checkoutService, frontend-node and recommendationService. Image

Please provide a query DSL or an API that would return all of the upstream service names for a target service. Thank you!