From 2ef1cf00d123744769bf6ebaafdd7a522ecf2166 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:25:15 -0600 Subject: [PATCH] Add transform processor registry (#1852) --- .../en/registry/collector-processor-transform.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/en/registry/collector-processor-transform.md diff --git a/content/en/registry/collector-processor-transform.md b/content/en/registry/collector-processor-transform.md new file mode 100644 index 000000000000..95195780d532 --- /dev/null +++ b/content/en/registry/collector-processor-transform.md @@ -0,0 +1,15 @@ +--- +title: Transform Processor +registryType: processor +isThirdParty: false +language: collector +tags: + - go + - processor + - collector +repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor +license: Apache 2.0 +description: The Transform Processor for the OpenTelemetry Collector can be used to transform any fields on traces, metrics, and logs within the collector. It utilizes a transformation language to define transformations and conditions and then applies those transformations to the specified telemetry. +authors: OpenTelemetry Authors +otVersion: latest +---