-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[APM] Use apmEventClient for querying APM event indices #73449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
43f55a5
[APM] Optimize service overview queries
dgieselaar da21e45
Merge branch 'master' of github.com:elastic/kibana into optimize-serv…
dgieselaar f774b47
Review feedback
dgieselaar 068c170
Use correct indices/filters for service overview metrics
dgieselaar 2b1f4c3
[APM] Optimize traces overview
dgieselaar e7ac578
Separate queries into separate file
dgieselaar bfac5c2
Support union types for aggregations
dgieselaar 43bec06
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar 0546489
Merge branch 'master' of github.com:elastic/kibana into optimize-serv…
dgieselaar 03e40a7
Merge branch 'master' of github.com:elastic/kibana into optimize-serv…
dgieselaar fcf18b2
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar ca17e1e
[APM] Don't fetch dynamic index pattern in setupRequest
dgieselaar 0970198
Merge branch 'remove-dynamic-index-pattern' into apm-events
dgieselaar 4b201c2
Merge branch 'master' into remove-dynamic-index-pattern
elasticmachine 5e14e42
use join utility function to merge requests
dgieselaar b180c1b
Merge branch 'master' of github.com:elastic/kibana into optimize-serv…
dgieselaar fd73424
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar e9ee799
Merge branch 'master' of github.com:elastic/kibana into remove-dynami…
dgieselaar 1affcdf
Merge branch 'remove-dynamic-index-pattern' of github.com:dgieselaar/…
dgieselaar 54cfa13
Correct path for UI_SETTINGS import
dgieselaar 129aeab
Merge branch 'optimize-services-overview' into apm-events
dgieselaar 67a177a
Merge branch 'optimize-traces-overview' into apm-events
dgieselaar 3343936
Merge branch 'remove-dynamic-index-pattern' into apm-events
dgieselaar 7a689ba
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar 83326f2
Query transaction indices in getEnvironments()
dgieselaar 40e28f9
Merge branch 'optimize-services-overview' into apm-events
dgieselaar e9f6448
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar 7af5b9f
[APM] Introduce apm.types
dgieselaar 1c1d526
Merge branch 'master' of github.com:elastic/kibana into optimize-serv…
dgieselaar f80ff38
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar a645758
Set size of terms agg on error rate aggregation
dgieselaar f5d2b0b
Merge branch 'optimize-services-overview' into apm-events
dgieselaar 3227847
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar 602b659
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar fd9bfd1
Use separate clients for apm events and other uses
dgieselaar 0395763
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar dff5fdc
Separate function for calculating relative impact
dgieselaar 5db9fe2
Merge branch 'optimize-traces-overview' into apm-events
dgieselaar 30d8fef
use UIProcessorEvent type in IURLParams type
dgieselaar 00a0a75
Remove unused import
dgieselaar aa5de09
Use cloneDeep in apmEventClient.search
dgieselaar c50a08a
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar 5126db9
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar 804df26
Merge branch 'master' into optimize-traces-overview
elasticmachine 620c784
Merge branch 'optimize-traces-overview' into apm-events
dgieselaar 1b65979
Merge branch 'optimize-traces-overview' into apm-events
dgieselaar 6bf8dbb
Merge branch 'master' into optimize-traces-overview
elasticmachine 0bee339
Merge branch 'master' into optimize-traces-overview
elasticmachine 381304f
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar a13cfc6
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar 9fb2d12
Update traces functional test
dgieselaar ccf9654
Update API tests
dgieselaar b040a40
Update responses for functional tests
dgieselaar 861cf63
Merge branch 'optimize-traces-overview' of github.com:dgieselaar/kiba…
dgieselaar 72eb667
Merge branch 'master' of github.com:elastic/kibana into optimize-trac…
dgieselaar a86551b
Review feedback
dgieselaar acd8a10
Merge branch 'optimize-traces-overview' into apm-events
dgieselaar 3ed5ad6
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar 600cf6e
Merge branch 'master' into apm-events
elasticmachine edbdf8b
Merge remote-tracking branch 'upstream/master' into apm-events
dgieselaar d1a37e8
Merge branch 'master' of github.com:elastic/kibana into apm-events
dgieselaar 50ef730
Review feedback
dgieselaar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License; | ||
| * you may not use this file except in compliance with the Elastic License. | ||
| */ | ||
|
|
||
| export enum Projection { | ||
| services = 'services', | ||
| transactionGroups = 'transactionGroups', | ||
| traces = 'traces', | ||
| transactions = 'transactions', | ||
| metrics = 'metrics', | ||
| errorGroups = 'errorGroups', | ||
| serviceNodes = 'serviceNodes', | ||
| rumOverview = 'rumOverview', | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we put a JSDoc comment on here explaining what this means and what it's used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.