Skip to content

Commit

Permalink
[processor/transform] Updated status table (open-telemetry#10367)
Browse files Browse the repository at this point in the history
updated status table
  • Loading branch information
TylerHelmuth authored and kentquirk committed Jun 13, 2022
1 parent 06d4aec commit cf9229e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions processor/transformprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| Status | |
| ------------------------ | --------------------- |
| Stability | [In development] |
| Stability | [alpha] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | none |
| Distributions | [contrib] |

The transform processor modifies telemetry based on configuration using the [Telemetry Query Language](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/processing.md#telemetry-query-language).
It takes a list of queries which are performed in the order specified in the config.
Expand Down Expand Up @@ -116,4 +116,5 @@ All logs
3) Set `body` to the `http.route` attribute if it is set
4) Keep only `service.name`, `service.namespace`, `cloud.region` resource attributes

[In development]: https://github.com/open-telemetry/opentelemetry-collector#in-development
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit cf9229e

Please sign in to comment.