This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new af036a9 add Rust component id (#8313)
af036a9 is described below
commit af036a97f62c6d62454289e5d700dfe5d37a0cad
Author: Rei Shimizu <[email protected]>
AuthorDate: Sat Dec 18 21:09:10 2021 +0900
add Rust component id (#8313)
---
.../server-starter/src/main/resources/component-libraries.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/oap-server/server-starter/src/main/resources/component-libraries.yml
b/oap-server/server-starter/src/main/resources/component-libraries.yml
index 3cea5a2..d10c84b 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -596,6 +596,12 @@ ajax:
id: 10001
languages: JavaScript
+# Rust components
+# [11000, 12000) for Rust agent
+Rust:
+ id: 11000
+ languages: Rust
+
# Component Server mapping defines the server display names of some components
# e.g.
# Jedis is a client library in Java for Redis server