add Grizzy component id (#10788)
Co-authored-by: litexu <litexu@tencent.com>
This commit is contained in:
parent
ea0c1b9354
commit
54ae820fb2
|
|
@ -41,6 +41,7 @@
|
|||
* Remove OpenCensus support, the related codes and docs as [it's sunsetting](https://opentelemetry.io/blog/2023/sunsetting-opencensus/).
|
||||
* Support dynamic configuration of searchableTracesTags
|
||||
* Support `exportErrorStatusTraceOnly` for export the error status trace segments through the Kafka channel
|
||||
* Add component ID for Grizzly.
|
||||
|
||||
#### UI
|
||||
* Revert: cpm5d function. This feature is cancelled from backend.
|
||||
|
|
|
|||
|
|
@ -490,6 +490,9 @@ amqp-consumer:
|
|||
Jersey:
|
||||
id: 146
|
||||
languages: Java
|
||||
Grizzly:
|
||||
id: 147
|
||||
languages: Java
|
||||
|
||||
# .NET/.NET Core components
|
||||
# [3000, 4000) for C#/.NET only
|
||||
|
|
|
|||
Loading…
Reference in New Issue