diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 7d652bafb2..b4d2989f44 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -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. diff --git a/oap-server/server-starter/src/main/resources/component-libraries.yml b/oap-server/server-starter/src/main/resources/component-libraries.yml index b74eee21b2..aaff1ca60d 100644 --- a/oap-server/server-starter/src/main/resources/component-libraries.yml +++ b/oap-server/server-starter/src/main/resources/component-libraries.yml @@ -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