sync ui (#10023)
This commit is contained in:
parent
6a75de5ece
commit
9bdccc1daa
|
|
@ -169,6 +169,7 @@
|
|||
* Fix condition logic for trace tree data.
|
||||
* Enhance tags component to search tags with the input value.
|
||||
* Fix topology loading style.
|
||||
* Fix update metric processor for the readRecords and remove readSampledRecords from metrics selector.
|
||||
|
||||
#### Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@
|
|||
"i":"0",
|
||||
"type":"Widget",
|
||||
"metricTypes":[
|
||||
"readSampledRecords"
|
||||
"readRecords"
|
||||
],
|
||||
"metrics":[
|
||||
"top_n_database_statement"
|
||||
|
|
@ -291,4 +291,4 @@
|
|||
"isRoot":false
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -450,7 +450,7 @@
|
|||
"i":"0",
|
||||
"type":"Widget",
|
||||
"metricTypes":[
|
||||
"readSampledRecords"
|
||||
"readRecords"
|
||||
],
|
||||
"metrics":[
|
||||
"top_n_database_statement"
|
||||
|
|
|
|||
|
|
@ -583,7 +583,7 @@
|
|||
"top_n_cache_read_command"
|
||||
],
|
||||
"metricTypes": [
|
||||
"readSampledRecords"
|
||||
"readRecords"
|
||||
],
|
||||
"value": "2",
|
||||
"label": "2"
|
||||
|
|
@ -606,7 +606,7 @@
|
|||
"top_n_cache_write_command"
|
||||
],
|
||||
"metricTypes": [
|
||||
"readSampledRecords"
|
||||
"readRecords"
|
||||
],
|
||||
"value": "2",
|
||||
"label": "2"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"top_n_database_statement"
|
||||
],
|
||||
"metricTypes": [
|
||||
"readSampledRecords"
|
||||
"readRecords"
|
||||
],
|
||||
"value": "2",
|
||||
"label": "2"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit da1db8def660e1b857a27026607ba6a07446e063
|
||||
Subproject commit 7a1c83b5fb4558b412404441725c99dc25b8b5ba
|
||||
Loading…
Reference in New Issue