Skip to content

Commit 55b33da

Browse files
committed
Remove unnecessary Filter on Field
1 parent ee550ae commit 55b33da

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pkg/config/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ type FieldConfig struct {
116116
Type string `yaml:"type" json:"type"`
117117
Format string `yaml:"format,omitempty" json:"format,omitempty"`
118118
Description string `yaml:"description" json:"description"`
119-
// lokiLabel flag is for documentation only. Use loki.labels instead
120-
Filter string `yaml:"filter,omitempty" json:"filter,omitempty"`
121119
}
122120

123121
type Frontend struct {

web/src/utils/fields.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ export interface FieldConfig {
77
type: FieldType;
88
format?: FieldFormat;
99
description: string;
10-
filter?: string;
1110
}

0 commit comments

Comments
 (0)