mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix CI
This commit is contained in:
parent
8b33b78fca
commit
a9a144b47d
@ -128,7 +128,7 @@ limitations under the License. -->
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const { type } = ebpfStore.analyzeTrees[0];
|
const { type } = ebpfStore.analyzeTrees[0];
|
||||||
if ([JFREventType.JAVA_MONITOR_ENTER, JFREventType.THREAD_PARK].includes(type)) {
|
if ([JFREventType.LOCK].includes(type)) {
|
||||||
return `<div class="mb-5">Duration: ${item.dumpCount} ms</div>`;
|
return `<div class="mb-5">Duration: ${item.dumpCount} ms</div>`;
|
||||||
}
|
}
|
||||||
if (type === JFREventType.EXECUTION_SAMPLE) {
|
if (type === JFREventType.EXECUTION_SAMPLE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user