Skip to content

Commit 559f770

Browse files
Add Ruby component IDs (#12900)
1 parent 66201c9 commit 559f770

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
* Support `Get Effective TTL Configurations` API.
3939
* Fix `ServerStatusService.statusWatchers` concurrent modification.
4040
* Add protection for dynamic config change propagate chain.
41+
* Add Ruby component IDs.
4142

4243
#### UI
4344

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ORACLE:
6363
languages: Java
6464
Redis:
6565
id: 7
66-
languages: Java,C#,Node.js,PHP,Python
66+
languages: Java,C#,Node.js,PHP,Python,Ruby
6767
Motan:
6868
id: 8
6969
languages: Java
@@ -792,6 +792,15 @@ ajax:
792792
Rust:
793793
id: 11000
794794
languages: Rust
795+
796+
# Ruby components
797+
# [12000, 13000) for Ruby agent
798+
Ruby:
799+
id: 12000
800+
languages: Ruby
801+
Sinatra:
802+
id: 12001
803+
languages: Ruby
795804

796805
# Component Server mapping defines the server display names of some components
797806
# e.g.

0 commit comments

Comments
 (0)