elastic / elastic/apm-server

Report event.count and span.duration.summary for service destination metrics

Open
#10,246 2 comments 0 reactions 0 assignees View on GitHub
8.8-candidate
Dominant language
Go
Stars
1.3k
Forks
543
Avg merge
1d 18h
Merged PRs (30d)
109

Description

Currently, we use `span.destination.service.resource.{sum.us,count}` and `event.outcome` to determine latency, throughput and failure rate. This is somewhat inconsistent with (service) transaction metrics where we are able to use `transaction.duration.summary` and `event.success_count` to determine those metrics. Similarly, for service destination metrics, we could use `span.duration.summary` and `event.success_count`. This would make it easier for the APM app to build shared queries and for users to build visualisations.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.