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 2021/05/15 23:21:31 UTC

[skywalking] branch master updated: add Azure Functions http trigger component ID (#6953)

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 d56b0b0  add Azure Functions http trigger component ID (#6953)
d56b0b0 is described below

commit d56b0b0d41eefe4b81c02aa8f4c4b9c75721acf4
Author: Tomasz Pytel <to...@gmail.com>
AuthorDate: Sat May 15 20:21:06 2021 -0300

    add Azure Functions http trigger component ID (#6953)
---
 oap-server/server-bootstrap/src/main/resources/component-libraries.yml | 3 +++
 1 file changed, 3 insertions(+)

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 73d8012..3b1cce0 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -362,6 +362,9 @@ MyBatis:
 tcp:
   id: 110
   languages: Java
+AzureHttpTrigger:
+  id: 111
+  languages: Java,C#,Node.js,Python
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only