Add Component ID for the GoZero framework (#12700)
This commit is contained in:
parent
bf9f8aa8be
commit
41b00c866f
|
|
@ -9,6 +9,7 @@
|
|||
* Polish eBPF so11y metrics and add error count for query metrics.
|
||||
* Support query endpoint list with duration parameter(optional).
|
||||
* Change the endpoint_traffic to updatable for the additional column `last_ping`.
|
||||
* Add Component ID(5023) for the GoZero framework.
|
||||
|
||||
|
||||
#### UI
|
||||
|
|
|
|||
|
|
@ -673,6 +673,9 @@ Fiber:
|
|||
GoFrame:
|
||||
id: 5022
|
||||
language: Golang
|
||||
GoZero:
|
||||
id: 5023
|
||||
language: Golang
|
||||
|
||||
# Lua components
|
||||
# [6000, 7000) for Lua agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue