Skip to content

Commit

Permalink
[docs] add status header for schemaprocessor
Browse files Browse the repository at this point in the history
Fixes #12131
  • Loading branch information
Alex Boten committed Jul 6, 2022
1 parent f81fe43 commit 0420c6c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions processor/schemaprocessor/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Schema Transformer Processor

🚧 _Currently under development, subject to change_ 🚧

Supported Pipelines: traces, metrics, logs
| Status | |
| ------------------------ | ---------------- |
| Stability | [in development] |
| Supported pipeline types | traces, logs |
| Distributions | none |

The _Schema Processor_ is used to convert existing telemetry data or signals to a version of the semantic convention defined as part of the configuration.
The processor works by using a set of target schema URLs that are used to match incoming signals.
Expand Down Expand Up @@ -51,4 +53,6 @@ processors:
- http://example.com/telemetry/schemas/1.0.1
```
For more complete examples, please refer to [config.yml](./testdata/config.yml).
For more complete examples, please refer to [config.yml](./testdata/config.yml).
[in development]:https://github.com/open-telemetry/opentelemetry-collector#in-development

0 comments on commit 0420c6c

Please sign in to comment.