Skip to content

Commit

Permalink
rename component type and regenerate metadata (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyzli authored Jul 26, 2024
1 parent 4f6d747 commit 0c9633e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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(
component.MustNewType("loghouse"),
metadata.Type,
createDefaultConfig,
processor.WithLogs(createLogsProcessor, metadata.LogsStability),
)
Expand Down
2 changes: 1 addition & 1 deletion processor/loghouseprocessor/generated_component_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion processor/loghouseprocessor/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: processor
type: loghouse
scope_name: otelcol/loghouse

status:
Expand Down

0 comments on commit 0c9633e

Please sign in to comment.