Add JavaScript component id (#6075)

This commit is contained in:
Qiuxia Fan 2020-12-24 17:29:57 +08:00 committed by GitHub
parent d4175d84b1
commit 04b536b796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Release Notes.
* Add component ID for Python pyramid plugin server.
* Add component ID for NodeJS Axios plugin.
* Fix searchService method error in storage-influxdb-plugin.
* Add JavaScript component ID.
#### UI
* Fix un-removed tags in trace query.

View File

@ -513,6 +513,15 @@ EnvoyProxy:
id: 9000
languages: C++
# Javascript components
# [10000, 11000) for Javascript agent
JavaScript:
id: 10000
languages: JavaScript
ajax:
id: 10001
languages: JavaScript
# Component Server mapping defines the server display names of some components
# e.g.
# Jedis is a client library in Java for Redis server