Skip to content

Commit

Permalink
delete processor and references
Browse files Browse the repository at this point in the history
  • Loading branch information
kuiperda committed Nov 6, 2024
1 parent dc0aade commit 657bbf5
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 2,499 deletions.
1 change: 0 additions & 1 deletion docs/processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Below is a list of supported processors with links to their documentation pages.
| Log DeDuplication Processor | [logdedupprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.112.0/processor/logdedupprocessor/README.md) |
| Logs Transform Processor | [logstransform](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.112.0/processor/logstransformprocessor/README.md) |
| Lookup Processor | [lookupprocessor](../processor/lookupprocessor/README.md) |
| Marshal Processor | [marshalprocessor](../processor/marshalprocessor/README.md) |
| Mask Processor | [maskprocessor](../processor/maskprocessor/README.md) |
| Memory Limiter Processor | [memorylimiterprocessor](https://github.com/open-telemetry/opentelemetry-collector/blob/v0.112.0/processor/memorylimiterprocessor/README.md) |
| Metric Extract Processor | [metricextract](../processor/metricextractprocessor/README.md) |
Expand Down
2 changes: 0 additions & 2 deletions factories/processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"github.com/observiq/bindplane-agent/processor/datapointcountprocessor"
"github.com/observiq/bindplane-agent/processor/logcountprocessor"
"github.com/observiq/bindplane-agent/processor/lookupprocessor"
"github.com/observiq/bindplane-agent/processor/marshalprocessor"
"github.com/observiq/bindplane-agent/processor/maskprocessor"
"github.com/observiq/bindplane-agent/processor/metricextractprocessor"
"github.com/observiq/bindplane-agent/processor/metricstatsprocessor"
Expand Down Expand Up @@ -69,7 +68,6 @@ var defaultProcessors = []processor.Factory{
logdedupprocessor.NewFactory(),
logstransformprocessor.NewFactory(),
lookupprocessor.NewFactory(),
marshalprocessor.NewFactory(),
maskprocessor.NewFactory(),
memorylimiterprocessor.NewFactory(),
metricextractprocessor.NewFactory(),
Expand Down
196 changes: 0 additions & 196 deletions processor/marshalprocessor/README.md

This file was deleted.

82 changes: 0 additions & 82 deletions processor/marshalprocessor/config.go

This file was deleted.

Loading

0 comments on commit 657bbf5

Please sign in to comment.