Skip to content

Commit

Permalink
Merge branch 'main' into kafka-drop-rate-options
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 authored Dec 23, 2024
2 parents 806d944 + 5d9a257 commit 094589d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/src/pages/LogsExplorer/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];

0 comments on commit 094589d

Please sign in to comment.