Skip to content

Commit

Permalink
[7.x] [APM] Make sure errors per minute are reported correctly… (#54808)
Browse files Browse the repository at this point in the history
Closes #54350.
  • Loading branch information
dgieselaar authored Jan 15, 2020
1 parent 0198ece commit 02ec594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function getServicesItems(
terms: { field: SERVICE_AGENT_NAME, size: 1 }
},
events: {
terms: { field: PROCESSOR_EVENT, size: 2 }
terms: { field: PROCESSOR_EVENT }
},
environments: {
terms: { field: SERVICE_ENVIRONMENT }
Expand Down

0 comments on commit 02ec594

Please sign in to comment.