Skip to content

Commit 3048c6a

Browse files
authored
Add a component ID for Virtual thread executor (#13090)
1 parent 04411b8 commit 3048c6a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: docs/en/changes/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
* Optimize metrics cache loading when trace latency greater than cache timeout.
7878
* Allow calling `lang.groovy.GString` in DSL.
7979
* BanyanDB: fix alarm query result without sort.
80+
* Add a component ID for Virtual thread executor
8081

8182
#### UI
8283

Diff for: oap-server/server-starter/src/main/resources/component-libraries.yml

+3
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@ DNS:
532532
Caffeine:
533533
id: 160
534534
languages: Java
535+
ThreadPerTask-executor:
536+
id: 161
537+
languages: Java
535538

536539
# .NET/.NET Core components
537540
# [3000, 4000) for C#/.NET only

0 commit comments

Comments
 (0)