mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
[APM] Add correlations API (#78882)
This commit is contained in:
parent
e1bd1e8373
commit
f57518a48f
16 changed files with 777 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue