Skip to content

Commit 38f9478

Browse files
committed
Fix name of loghouse processor
1 parent aa955bb commit 38f9478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processor/loghouseprocessor/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
// NewFactory creates a factory for the routing processor.
2222
func NewFactory() processor.Factory {
2323
return processor.NewFactory(
24-
metadata.Type,
24+
component.MustNewType("loghouse"),
2525
createDefaultConfig,
2626
processor.WithLogs(createLogsProcessor, metadata.LogsStability),
2727
)

0 commit comments

Comments
 (0)