mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 21:39:05 +08:00
feat: add k8s pod name as quick filter for logs (#6694)
This commit is contained in:
parent
bef6cc945a
commit
5d9a2571df
@ -110,4 +110,16 @@ export const LogsQuickFiltersConfig: IQuickFiltersConfig[] = [
|
||||
},
|
||||
defaultOpen: false,
|
||||
},
|
||||
{
|
||||
type: FiltersType.CHECKBOX,
|
||||
title: 'K8s Pod Name',
|
||||
attributeKey: {
|
||||
key: 'k8s.pod.name',
|
||||
dataType: DataTypes.String,
|
||||
type: 'resource',
|
||||
isColumn: false,
|
||||
isJSON: false,
|
||||
},
|
||||
defaultOpen: false,
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user