mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-18 04:25:57 +08:00
fix: do not show result of sub queries in external calls (#1858)
This commit is contained in:
parent
f2dd254d83
commit
5260b152f5
@ -31,7 +31,7 @@ export const externalCallErrorPercent = ({
|
||||
|
||||
const legendFormula = 'External Call Error Percentage';
|
||||
const expression = 'A*100/B';
|
||||
const disabled = false;
|
||||
const disabled = true;
|
||||
return getQueryBuilderQuerieswithAdditionalItems({
|
||||
metricNameA,
|
||||
metricNameB,
|
||||
@ -102,7 +102,7 @@ export const externalCallDurationByAddress = ({
|
||||
const metricNameB = 'signoz_external_call_latency_count';
|
||||
const expression = 'A/B';
|
||||
const legendFormula = legend;
|
||||
const disabled = false;
|
||||
const disabled = true;
|
||||
return getQueryBuilderQuerieswithFormula({
|
||||
servicename,
|
||||
legend,
|
||||
|
Loading…
x
Reference in New Issue
Block a user