diff --git a/docs/en/guides/Component-library-settings.md b/docs/en/guides/Component-library-settings.md index c8813029368ef70562968492243c80a889def205..60c166e341fb379b5a8d0cbf15b8cbc03fd8d088 100644 --- a/docs/en/guides/Component-library-settings.md +++ b/docs/en/guides/Component-library-settings.md @@ -29,6 +29,7 @@ This is a both-way mapping, agent or SDK could use the value(ID) to represent th - Lua reserved: [6000, 7000) - Python reserved: [7000, 8000) - PHP reserved: [8000, 9000) +- C++ reserved: [9000, 10000) Example ```yaml 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 97ae15dde8d07b0c5b5567b62d7c59df6c022c57..a0a816d6870bd0d752f129ae3a70623e0e05323f 100755 --- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml +++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml @@ -477,6 +477,11 @@ Predis: id: 8006 languages: PHP +# C++ components +# [9000, 10000) for C++ agent +EnvoyProxy: + id: 9000 + languages: C++ # Component Server mapping defines the server display names of some components # e.g.