You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context.message.age.ms, we expect the calculation to be an estimate more than an accurate measurement; therefore we need to treat 0 and possibly surrounding values (negative and positive) as ~0. Please refer to the original comment in the meta issue. (postponed for the first iteration)
Summary
Related to the Java agent implementing messaging data (elastic/apm#143), we want to add those fields to the metadata tab (when available).
Field names in elasticsearch:
transaction.messagespan.messageSolution
Messagesection to the metadata table for Transactions and SpansProcessandAgentsections https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/apm/public/components/shared/MetadataTable/TransactionMetadata/sections.ts#L7ServiceandAgentsections https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/apm/public/components/shared/MetadataTable/SpanMetadata/sections.ts#L17For(postponed for the first iteration)context.message.age.ms, we expect the calculation to be an estimate more than an accurate measurement; therefore we need to treat0and possibly surrounding values (negative and positive) as~0. Please refer to the original comment in the meta issue.