Skip to content

Commit

Permalink
[APM] Traces with identical transactions names are combined, even tho…
Browse files Browse the repository at this point in the history
…ugh they are from different services (#54247)

* Adding services aggregation

* Adding services aggregation

* Adding services aggregation

* removing counter from ui

* adding size to service aggregation

* sorting on server

* changing to composite aggregation

* changing aggregation name
  • Loading branch information
cauemarcondes authored Jan 15, 2020
1 parent d10d628 commit 1a62392
Show file tree
Hide file tree
Showing 8 changed files with 803 additions and 737 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function TraceOverview() {
return (
<EuiFlexGroup>
<EuiFlexItem grow={1}>
<LocalUIFilters {...localUIFiltersConfig} />
<LocalUIFilters {...localUIFiltersConfig} showCount={false} />
</EuiFlexItem>
<EuiFlexItem grow={7}>
<EuiPanel>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a62392

Please sign in to comment.