mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-19 19:19:43 +00:00
fix: correct metric labels in dashboards (#546)
This commit is contained in:
@@ -192,7 +192,7 @@ export async function useDashboardQueryProcessor(configList: DashboardWidgetConf
|
||||
)
|
||||
) {
|
||||
for (const item of results) {
|
||||
let label: string = name;
|
||||
let label: string = "" as string;
|
||||
if (item.metric) {
|
||||
const joined = item.metric.labels
|
||||
.map((d: { key: string; value: string }) => `${d.key}=${d.value}`)
|
||||
|
||||
Reference in New Issue
Block a user