Add a component ID for Fiber (ID=5021) (#11450)
This commit is contained in:
parent
f38a874355
commit
1706020f30
|
|
@ -28,6 +28,7 @@
|
|||
* Fix AlarmRule expression validation: add labeled metrics mock data for check.
|
||||
* Support collect ZGC memory pool metrics.
|
||||
* Add a component ID for Netty-http (ID=151).
|
||||
* Add a component ID for Fiber (ID=5021).
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -644,6 +644,9 @@ GoFastHttpClient:
|
|||
GoFastHttpServer:
|
||||
id: 5020
|
||||
language: Golang
|
||||
Fiber:
|
||||
id: 5021
|
||||
language: Golang
|
||||
|
||||
# Lua components
|
||||
# [6000, 7000) for Lua agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue