[EEM] Undefined failedTransactionRate
metric from service entity definition
#188765
Labels
bug
Fixes for quality problems that affect the customer experience
Team:obs-knowledge
Observability Experience Knowledge team
Issue
kibana/x-pack/plugins/observability_solution/entity_manager/server/lib/entities/built_in/services.ts
Lines 85 to 98 in 8c5b085
The service entity definition is using
event.outcome
for calculatingfailedTransactionRate
which doesn't exist in the service transaction metric.The
event.success_count
should be used instead.https://github.com/elastic/apm-server/blob/main/docs/data/elasticsearch/service_transaction_metric.json#L18-L21
related
transaction.success_count
apm-server#9791The text was updated successfully, but these errors were encountered: