Add JavaScript component id (#6075)
This commit is contained in:
parent
d4175d84b1
commit
04b536b796
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue