Add component ID for lock frameworks (#11122)
This commit is contained in:
parent
1de70adb6c
commit
2a08cd86c5
|
|
@ -52,6 +52,7 @@
|
|||
* Fix `index out of bounds exception` in `aggregate_labels` MQE function.
|
||||
* Do not print configurations values in logs to avoid sensitive info leaked.
|
||||
* Move created the latest index before retrieval indexes by aliases to avoid the 404 exception. This just prevents some interference from manual operations.
|
||||
* Add component ID for Lock (ID=5016).
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -622,6 +622,9 @@ GoRedis:
|
|||
Echo:
|
||||
id: 5015
|
||||
language: Golang
|
||||
Lock:
|
||||
id: 5016
|
||||
language: Golang,Node.js,Python,java
|
||||
|
||||
# Lua components
|
||||
# [6000, 7000) for Lua agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue