mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Profiling] Remove timestamp from traces and executables (#145261)
## Summary We are removing @timestamp from the backend soon. And we do not currently use @timestamp in Kibana. This PR just cleans up the unused field definitions for the Timestamps.
This commit is contained in:
parent
0330b34915
commit
528486f2af
1 changed files with 0 additions and 2 deletions
|
@ -74,7 +74,6 @@ export type ProfilingESEvent = DedotObject<{
|
|||
}>;
|
||||
|
||||
export type ProfilingStackTrace = DedotObject<{
|
||||
[ProfilingESField.Timestamp]: number;
|
||||
[ProfilingESField.StacktraceFrameIDs]: string;
|
||||
[ProfilingESField.StacktraceFrameTypes]: string;
|
||||
}>;
|
||||
|
@ -90,5 +89,4 @@ export type ProfilingStackFrame = DedotObject<{
|
|||
export type ProfilingExecutable = DedotObject<{
|
||||
[ProfilingESField.ExecutableBuildID]: string;
|
||||
[ProfilingESField.ExecutableFileName]: string;
|
||||
[ProfilingESField.Timestamp]: string;
|
||||
}>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue