mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-18 07:05:56 +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 legendFormula = 'External Call Error Percentage';
|
||||||
const expression = 'A*100/B';
|
const expression = 'A*100/B';
|
||||||
const disabled = false;
|
const disabled = true;
|
||||||
return getQueryBuilderQuerieswithAdditionalItems({
|
return getQueryBuilderQuerieswithAdditionalItems({
|
||||||
metricNameA,
|
metricNameA,
|
||||||
metricNameB,
|
metricNameB,
|
||||||
@ -102,7 +102,7 @@ export const externalCallDurationByAddress = ({
|
|||||||
const metricNameB = 'signoz_external_call_latency_count';
|
const metricNameB = 'signoz_external_call_latency_count';
|
||||||
const expression = 'A/B';
|
const expression = 'A/B';
|
||||||
const legendFormula = legend;
|
const legendFormula = legend;
|
||||||
const disabled = false;
|
const disabled = true;
|
||||||
return getQueryBuilderQuerieswithFormula({
|
return getQueryBuilderQuerieswithFormula({
|
||||||
servicename,
|
servicename,
|
||||||
legend,
|
legend,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user