mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-02 04:57:35 +00:00
update data
This commit is contained in:
parent
6bace1e37d
commit
57e0c8219d
@ -35,14 +35,13 @@ export enum EventsMap {
|
||||
WALL = "EXECUTION_SAMPLE",
|
||||
CTIMER = "EXECUTION_SAMPLE",
|
||||
ITIMER = "EXECUTION_SAMPLE",
|
||||
LOCK = "JAVA_MONITOR_ENTER",
|
||||
LOCK = "LOCK",
|
||||
ALLOC = "OBJECT_ALLOCATION_OUTSIDE_TLAB",
|
||||
}
|
||||
|
||||
export enum JFREventType {
|
||||
EXECUTION_SAMPLE = "EXECUTION_SAMPLE",
|
||||
JAVA_MONITOR_ENTER = "JAVA_MONITOR_ENTER",
|
||||
THREAD_PARK = "THREAD_PARK",
|
||||
LOCK = "LOCK",
|
||||
OBJECT_ALLOCATION_IN_NEW_TLAB = "OBJECT_ALLOCATION_IN_NEW_TLAB",
|
||||
OBJECT_ALLOCATION_OUTSIDE_TLAB = "OBJECT_ALLOCATION_OUTSIDE_TLAB",
|
||||
PROFILER_LIVE_OBJECT = "PROFILER_LIVE_OBJECT",
|
||||
|
Loading…
Reference in New Issue
Block a user