elastic / elastic/apm-agent-python

Time spent by span type to show external calls, not group on http

Aperta
#1,096 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
agent-python
Lingua principale
Python
Stelle
431
Fork
239
Merge medio
5g 10h
PR unite (30g)
7

Descrizione

**Is your feature request related to a problem? Please describe.**
We work on microservice-based architecture where one service might be calling 3-4 other services. All these calls are getting logged in APM span but are grouped under `http`

**Describe the solution you'd like**
If one service is calling 2 other services or some external API calls like google API etc then they must be a part of the graph that shows time spent by each span. The same information should be available at the transaction level as well to identify anomalies due to calls from internal or external calls.

Currently, there is no way to know which API call was responsible for increased response time. The same information is also not available at Kibana Lens since elastic APM does not bind the transaction name with the request but the transaction id.

**Additional context**
below is an example of a service that makes calls to 11 internal/external calls. But from the graph attached these all are grouped under HTTP. So far what I have understood is that calls are grouped under sub_type of a transacton.
![Screen Shot 2021-04-12 at 1 08 31 PM](https://user-images.githubusercontent.com/36618391/114358134-33b49280-9b90-11eb-8d3e-cd26193ba66b.png)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.