mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-20 21:41:24 +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: '',
|
||||
key: 'operation',
|
||||
op: 'MATCH',
|
||||
op: 'IN',
|
||||
value: topLevelOperations,
|
||||
},
|
||||
...tagFilterItems,
|
||||
@ -56,7 +56,7 @@ export const errorPercentage = ({
|
||||
{
|
||||
id: '',
|
||||
key: 'operation',
|
||||
op: 'MATCH',
|
||||
op: 'IN',
|
||||
value: topLevelOperations,
|
||||
},
|
||||
{
|
||||
@ -78,7 +78,7 @@ export const errorPercentage = ({
|
||||
{
|
||||
id: '',
|
||||
key: 'operation',
|
||||
op: 'MATCH',
|
||||
op: 'IN',
|
||||
value: topLevelOperations,
|
||||
},
|
||||
...tagFilterItems,
|
||||
|
Loading…
x
Reference in New Issue
Block a user