mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:48:59 +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,
|
||||
];
|
||||
const legendFormula = 'External Call Error Percentage';
|
||||
const legendFormula = legend;
|
||||
const expression = 'A*100/B';
|
||||
const disabled = true;
|
||||
return getQueryBuilderQuerieswithFormula({
|
||||
|
Loading…
x
Reference in New Issue
Block a user