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/02/13 01:56:18 UTC

[skywalking] branch master updated: Add HTTPX component ID(7019) (#10383)

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 01fe2f1486 Add HTTPX component ID(7019) (#10383)
01fe2f1486 is described below

commit 01fe2f14867c41c64415e37499d242c0fdb7d3e7
Author: XinweiLyu <lx...@gmail.com>
AuthorDate: Sun Feb 12 20:56:11 2023 -0500

    Add HTTPX component ID(7019) (#10383)
---
 docs/en/changes/changes.md                                          | 1 +
 oap-server/server-core/src/test/resources/component-libraries.yml   | 6 ++++++
 .../server-starter/src/main/resources/component-libraries.yml       | 3 +++
 3 files changed, 10 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 3ec0059a25..e009169a3b 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -91,6 +91,7 @@
 * Now `PrometheusMetricConverter#escapedName` also support converting `/` to `_`.
 * Add missing TCP throughput metrics.
 * Refactor `@Column` annotation, swap `Column#name` and `ElasticSearch.Column#columnAlias` and rename `ElasticSearch.Column#columnAlias` to `ElasticSearch.Column#legacyName`.
+* Add Python HTTPX module component ID(7019).
 
 #### UI
 
diff --git a/oap-server/server-core/src/test/resources/component-libraries.yml b/oap-server/server-core/src/test/resources/component-libraries.yml
index 1e5ee5e381..0079d6deaf 100755
--- a/oap-server/server-core/src/test/resources/component-libraries.yml
+++ b/oap-server/server-core/src/test/resources/component-libraries.yml
@@ -653,6 +653,12 @@ AsyncPG:
 AIORedis:
   id: 7017
   languages: Python
+Websockets:
+  id: 7018
+  languages: Python
+HTTPX:
+  id: 7019
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent
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 0a445f28c0..ee9dc25950 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -658,6 +658,9 @@ AIORedis:
 Websockets:
   id: 7018
   languages: Python
+HTTPX:
+  id: 7019
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent