mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 19:49:06 +08:00
fix: fixed the traces corelation query for status code bar charts
This commit is contained in:
parent
b24095236f
commit
413b0d9fae
@ -615,14 +615,14 @@ const defaultGroupBy = [
|
||||
key: 'http.url',
|
||||
type: 'tag',
|
||||
},
|
||||
{
|
||||
key: 'net.peer.port',
|
||||
dataType: DataTypes.Float64,
|
||||
type: 'tag',
|
||||
isColumn: false,
|
||||
isJSON: false,
|
||||
id: 'net.peer.port--float64--tag--false',
|
||||
},
|
||||
// {
|
||||
// key: 'net.peer.port',
|
||||
// dataType: DataTypes.Float64,
|
||||
// type: 'tag',
|
||||
// isColumn: false,
|
||||
// isJSON: false,
|
||||
// id: 'net.peer.port--float64--tag--false',
|
||||
// },
|
||||
];
|
||||
|
||||
export const getEndPointsQueryPayload = (
|
||||
@ -3185,6 +3185,8 @@ export const getStatusCodeBarChartWidgetData = (
|
||||
op: '=',
|
||||
value: domainName,
|
||||
},
|
||||
...(endPointName
|
||||
? [
|
||||
{
|
||||
id: '8b1be6f0',
|
||||
key: {
|
||||
@ -3198,6 +3200,8 @@ export const getStatusCodeBarChartWidgetData = (
|
||||
op: '=',
|
||||
value: endPointName,
|
||||
},
|
||||
]
|
||||
: []),
|
||||
...filters.items,
|
||||
],
|
||||
op: 'AND',
|
||||
|
Loading…
x
Reference in New Issue
Block a user