mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
fix: set filter ID when ReadRecords metric associates with trace (#247)
This commit is contained in:
@@ -144,6 +144,10 @@ limitations under the License. -->
|
||||
await queryTraces();
|
||||
return;
|
||||
}
|
||||
if (filters.isReadRecords) {
|
||||
await queryTraces();
|
||||
return;
|
||||
}
|
||||
if (dashboardStore.entity === EntityType[1].value) {
|
||||
await getService();
|
||||
}
|
||||
|
Reference in New Issue
Block a user