Skip to content

Commit

Permalink
Fix name of loghouse processor
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryCrispin committed Jul 26, 2024
1 parent aa955bb commit 38f9478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/loghouseprocessor/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
// NewFactory creates a factory for the routing processor.
func NewFactory() processor.Factory {
return processor.NewFactory(
metadata.Type,
component.MustNewType("loghouse"),
createDefaultConfig,
processor.WithLogs(createLogsProcessor, metadata.LogsStability),
)
Expand Down

0 comments on commit 38f9478

Please sign in to comment.