Skip to content

Commit

Permalink
[chore][logstransformprocessor] Add note about processor not being re…
Browse files Browse the repository at this point in the history
…leased in contrib (open-telemetry#29275)

An issue was opened recently wondering why this processory was not
available in the contrib release. Since this processor is experimental
and temporary there's no plan to support it long term, so I've added a
note that makes it clear why it's not included in the contrib
distribution releases.

Fixes open-telemetry#29150
  • Loading branch information
crobert-1 authored and RoryCrispin committed Nov 24, 2023
1 parent 1863806 commit 8cd5f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor/logstransformprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- end autogenerated section -->

NOTE - This processor is experimental, with the intention that its functionality will be reimplemented in the [transform processor](../transformprocessor/README.md) in the future.
For this reason, the processor is not included in the `contrib` distribution.

The logs transform processor can be used to apply [log operators](../../pkg/stanza/docs/operators) to logs coming from any receiver.
Please refer to [config.go](./config.go) for the config spec.
Expand Down

0 comments on commit 8cd5f8c

Please sign in to comment.