You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/12 04:17:15 UTC

[skywalking] branch master updated: Add component id and icon for Python falcon plugin (#7446)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 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 35dd15b  Add component id and icon for Python falcon plugin (#7446)
35dd15b is described below

commit 35dd15bfbf07efa5526db139fe5d8673a1240bde
Author: probeyang <59...@qq.com>
AuthorDate: Thu Aug 12 12:17:01 2021 +0800

    Add component id and icon for Python falcon plugin (#7446)
---
 CHANGES.md                                                             | 2 ++
 oap-server/server-bootstrap/src/main/resources/component-libraries.yml | 3 +++
 skywalking-ui                                                          | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 01a8f38..e18df0f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -32,11 +32,13 @@ Release Notes.
 * [Break Change] Remove page path in the browser log query condition. Only support `query by page path id`.
 * [Break Change] Remove endpoint name in the backend log query condition. Only support `query by endpoint id`.
 * [Break Change] Fix typo for a column `page_path_id`(was `pate_path_id`) of storage entity `browser_error_log`.   
+* Add component id for Python falcon plugin.
 
 #### UI
 
 * Fix not found error when refresh UI.
 * Update endpointName to endpointId in the query trace condition.
+* Add Python falcon icon on the UI.
 
 #### Documentation
 
diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
index 5db237a..9fe9a86 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -532,6 +532,9 @@ Psychopg:
 Celery:
   id: 7011
   languages: Python
+Falcon:
+  id: 7012
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent
diff --git a/skywalking-ui b/skywalking-ui
index c1b9f57..062478d 160000
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit c1b9f570277daed9fc29b591159e3bea7d81e5fe
+Subproject commit 062478d765e5e0064626026deaffbd5ecab94c0a