feat: associate metrics with trace widget on dashboards (#174)

This commit is contained in:
Fine0830
2022-10-25 11:36:49 +08:00
committed by GitHub
parent 78f0096c00
commit eda44db0cd
33 changed files with 1041 additions and 192 deletions

View File

@@ -40,7 +40,7 @@ limitations under the License. -->
<span class="tab-icons">
<el-tooltip content="Copy Link" placement="bottom">
<i @click="copyLink">
<Icon size="middle" iconName="review-list" class="tab-icon" />
<Icon size="middle" iconName="copy" class="tab-icon" />
</i>
</el-tooltip>
</span>

View File

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