Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
* Optimize metrics cache loading when trace latency greater than cache timeout.
* Allow calling `lang.groovy.GString` in DSL.
* BanyanDB: fix alarm query result without sort.
* Add a component ID for Virtual thread executor

#### UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@ DNS:
Caffeine:
id: 160
languages: Java
ThreadPerTask-executor:
id: 161
languages: Java

# .NET/.NET Core components
# [3000, 4000) for C#/.NET only
Expand Down
Loading