This commit is contained in:
Wan Kai 2022-11-24 22:08:46 +08:00 committed by GitHub
parent 6a75de5ece
commit 9bdccc1daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -231,7 +231,7 @@
"i":"0",
"type":"Widget",
"metricTypes":[
"readSampledRecords"
"readRecords"
],
"metrics":[
"top_n_database_statement"
@ -291,4 +291,4 @@
"isRoot":false
}
}
]
]

View File

@ -450,7 +450,7 @@
"i":"0",
"type":"Widget",
"metricTypes":[
"readSampledRecords"
"readRecords"
],
"metrics":[
"top_n_database_statement"

View File

@ -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"

View File

@ -38,7 +38,7 @@
"top_n_database_statement"
],
"metricTypes": [
"readSampledRecords"
"readRecords"
],
"value": "2",
"label": "2"

@ -1 +1 @@
Subproject commit da1db8def660e1b857a27026607ba6a07446e063
Subproject commit 7a1c83b5fb4558b412404441725c99dc25b8b5ba