mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: visualize metrics in InstanceList
This commit is contained in:
@@ -47,7 +47,11 @@ limitations under the License. -->
|
||||
:is="data.graph.type"
|
||||
:intervalTime="appStore.intervalTime"
|
||||
:data="state.source"
|
||||
:config="data.graph"
|
||||
:config="{
|
||||
...data.graph,
|
||||
metrics: data.metrics,
|
||||
metricTypes: data.metricTypes,
|
||||
}"
|
||||
:standard="data.standard"
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user