fix: set filter ID when ReadRecords metric associates with trace (#247)

This commit is contained in:
Fine0830
2023-03-23 21:40:38 +08:00
committed by GitHub
parent 2491ab7176
commit 1d189e82a7
2 changed files with 7 additions and 1 deletions

View File

@@ -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();
}