We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee550ae commit 55b33daCopy full SHA for 55b33da
pkg/config/config.go
@@ -116,8 +116,6 @@ type FieldConfig struct {
116
Type string `yaml:"type" json:"type"`
117
Format string `yaml:"format,omitempty" json:"format,omitempty"`
118
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"`
121
}
122
123
type Frontend struct {
web/src/utils/fields.ts
@@ -7,5 +7,4 @@ export interface FieldConfig {
7
type: FieldType;
8
format?: FieldFormat;
9
description: string;
10
- filter?: string;
11
0 commit comments