mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 05:55:59 +08:00
feat: added port column in endpoints table
This commit is contained in:
parent
d6e4e3c5ed
commit
21d239ce68
@ -615,6 +615,14 @@ const defaultGroupBy = [
|
|||||||
key: 'http.url',
|
key: 'http.url',
|
||||||
type: 'tag',
|
type: 'tag',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'net.peer.port',
|
||||||
|
dataType: DataTypes.Float64,
|
||||||
|
type: 'tag',
|
||||||
|
isColumn: false,
|
||||||
|
isJSON: false,
|
||||||
|
id: 'net.peer.port--float64--tag--false',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const getEndPointsQueryPayload = (
|
export const getEndPointsQueryPayload = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user