Add Ruby component IDs (#12900)
This commit is contained in:
parent
66201c9253
commit
559f770ee9
|
|
@ -38,6 +38,7 @@
|
|||
* Support `Get Effective TTL Configurations` API.
|
||||
* Fix `ServerStatusService.statusWatchers` concurrent modification.
|
||||
* Add protection for dynamic config change propagate chain.
|
||||
* Add Ruby component IDs.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ ORACLE:
|
|||
languages: Java
|
||||
Redis:
|
||||
id: 7
|
||||
languages: Java,C#,Node.js,PHP,Python
|
||||
languages: Java,C#,Node.js,PHP,Python,Ruby
|
||||
Motan:
|
||||
id: 8
|
||||
languages: Java
|
||||
|
|
@ -793,6 +793,15 @@ Rust:
|
|||
id: 11000
|
||||
languages: Rust
|
||||
|
||||
# Ruby components
|
||||
# [12000, 13000) for Ruby agent
|
||||
Ruby:
|
||||
id: 12000
|
||||
languages: Ruby
|
||||
Sinatra:
|
||||
id: 12001
|
||||
languages: Ruby
|
||||
|
||||
# Component Server mapping defines the server display names of some components
|
||||
# e.g.
|
||||
# Jedis is a client library in Java for Redis server
|
||||
|
|
|
|||
Loading…
Reference in New Issue