mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-17 10:47:36 +00:00
typo
This commit is contained in:
parent
73a32951bc
commit
23331b1b1b
@ -130,7 +130,7 @@ export async function useDashboardQueryProcessor(configList: Indexable[]) {
|
||||
item.metric.labels.map((d: { key: string; value: string }) => `${d.key}=${d.value}`).join(",");
|
||||
const values = item.values.map((d: { value: unknown }) => d.value) || [];
|
||||
if (results.length === 1) {
|
||||
// If the label does not exist use the configuration label or expression
|
||||
// If the metrics label does not exist, use the configuration label or expression
|
||||
label = label ? `${metricConfig.label || name}, ${label}` : metricConfig.label || name;
|
||||
}
|
||||
source[label] = values;
|
||||
|
Loading…
Reference in New Issue
Block a user