mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-21 08:58:21 +08:00
fix: operator should be IN for top level operations (#2304)
This commit is contained in:
parent
9f71e732c7
commit
23490ca7f8
@ -26,7 +26,7 @@ export const operationPerSec = ({
|
|||||||
{
|
{
|
||||||
id: '',
|
id: '',
|
||||||
key: 'operation',
|
key: 'operation',
|
||||||
op: 'MATCH',
|
op: 'IN',
|
||||||
value: topLevelOperations,
|
value: topLevelOperations,
|
||||||
},
|
},
|
||||||
...tagFilterItems,
|
...tagFilterItems,
|
||||||
@ -56,7 +56,7 @@ export const errorPercentage = ({
|
|||||||
{
|
{
|
||||||
id: '',
|
id: '',
|
||||||
key: 'operation',
|
key: 'operation',
|
||||||
op: 'MATCH',
|
op: 'IN',
|
||||||
value: topLevelOperations,
|
value: topLevelOperations,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -78,7 +78,7 @@ export const errorPercentage = ({
|
|||||||
{
|
{
|
||||||
id: '',
|
id: '',
|
||||||
key: 'operation',
|
key: 'operation',
|
||||||
op: 'MATCH',
|
op: 'IN',
|
||||||
value: topLevelOperations,
|
value: topLevelOperations,
|
||||||
},
|
},
|
||||||
...tagFilterItems,
|
...tagFilterItems,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user