[APM] Add correlations API (#78882)

This commit is contained in:
Søren Louv-Jansen 2020-10-20 12:19:54 +02:00 committed by GitHub
parent e1bd1e8373
commit f57518a48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 777 additions and 0 deletions

View file

@ -49,7 +49,15 @@ export interface SetupTimeRange {
interface SetupRequestParams {
query?: {
_debug?: boolean;
/**
* Timestamp in ms since epoch
*/
start?: string;
/**
* Timestamp in ms since epoch
*/
end?: string;
uiFilters?: string;
processorEvent?: ProcessorEvent;