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 CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Release Notes.
down metrics flush period added in 8.7.0.
* Fix `Slow SQL sampling` not accurate, due to TopN works conflict with cache read-then-clear mechanism.
* The persistent cache is only read when necessary.
* Add component definition for `Alibaba Fastjson`.

#### UI

Expand Down
3 changes: 3 additions & 0 deletions oap-server/server-starter/src/main/resources/component-libraries.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ AlibabaDruid:
HikariCP:
id: 116
languages: Java
Fastjson:
id: 117
languages: Java

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