Skip to content

Commit

Permalink
Add Ruby component id
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Dec 26, 2024
1 parent b178c9d commit a4d9770
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* BanyanDB: Support `@EnableSort` on the column to enable sorting for `IndexRule` and set the default to false.
* Support `Get Effective TTL Configurations` API.
* Fix `ServerStatusService.statusWatchers` concurrent modification.
* Add Ruby component id.

#### UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -792,6 +792,15 @@ ajax:
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.
Expand Down

0 comments on commit a4d9770

Please sign in to comment.