mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 06:29:02 +08:00
fix: address legend formatting for external call error % (#2443)
This commit is contained in:
parent
66b2e17bba
commit
7508c9148f
@ -45,7 +45,7 @@ export const externalCallErrorPercent = ({
|
|||||||
},
|
},
|
||||||
...tagFilterItems,
|
...tagFilterItems,
|
||||||
];
|
];
|
||||||
const legendFormula = 'External Call Error Percentage';
|
const legendFormula = legend;
|
||||||
const expression = 'A*100/B';
|
const expression = 'A*100/B';
|
||||||
const disabled = true;
|
const disabled = true;
|
||||||
return getQueryBuilderQuerieswithFormula({
|
return getQueryBuilderQuerieswithFormula({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user