fix: optimize metrics association (#196)

This commit is contained in:
Fine0830
2022-11-29 18:47:53 +08:00
committed by GitHub
parent d4dde7e73b
commit 221751f034
9 changed files with 42 additions and 15 deletions

View File

@@ -65,6 +65,7 @@ limitations under the License. -->
metricConfig: data.metricConfig || [],
filters: data.filters || {},
relatedTrace: data.relatedTrace || {},
associate: data.associate || [],
}"
:needQuery="needQuery"
@click="clickHandle"