Skip to content

Commit f2f08fc

Browse files
authored
stage.cri: remove wrong output stage (#5002)
* remove wrong output stage
1 parent 4d5798c commit f2f08fc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

internal/component/loki/process/stages/extensions.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,7 @@ func NewCRI(logger log.Logger, config CRIConfig, registerer prometheus.Registere
190190
},
191191
{
192192
OutputConfig: &OutputConfig{
193-
"content",
194-
},
195-
},
196-
{
197-
OutputConfig: &OutputConfig{
198-
"tags",
193+
Source: "content",
199194
},
200195
},
201196
}

0 commit comments

Comments
 (0)