You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/08 08:20:13 UTC

[skywalking] branch master updated: Add FreeRedis component ID(3018) (#10500)

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 07b81992e2 Add FreeRedis component ID(3018) (#10500)
07b81992e2 is described below

commit 07b81992e26cbd862845f583c9ff4f719db7aad2
Author: guochen2 <12...@users.noreply.github.com>
AuthorDate: Wed Mar 8 16:20:06 2023 +0800

    Add FreeRedis component ID(3018) (#10500)
---
 docs/en/changes/changes.md                                           | 1 +
 oap-server/server-starter/src/main/resources/component-libraries.yml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index cd329ae207..22ee3fa145 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -106,6 +106,7 @@
 * Add explicit `ReadTimeout` for ConsulConfigurationWatcher to avoid `IllegalArgumentException: Cache watchInterval=10sec >= networkClientReadTimeout=10000ms`.
 * Fix `DurationUtils.getDurationPoints` exceed, when `startTimeBucket` equals `endTimeBucket`.
 * Support process OpenTelemetry ExponentialHistogram metrics
+* Add FreeRedis component ID(3018).
 
 #### UI
 
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 ee9dc25950..f8ce803b21 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -527,6 +527,9 @@ SmartSql:
 FreeSql:
   id: 3017
   languages: C#
+FreeRedis:
+  id: 3018
+  languages: C#
 
 # NoeJS components
 # [4000, 5000) for Node.js agent
@@ -723,6 +726,7 @@ Component-Server-Mappings:
   h2-jdbc-driver: H2
   mysql-connector-java: Mysql
   Jedis: Redis
+  FreeRedis: Redis
   StackExchange.Redis: Redis
   Redisson: Redis
   Lettuce: Redis