Skip to content

Commit

Permalink
[docs] add status header for schemaprocessor (#12132)
Browse files Browse the repository at this point in the history
* [docs] add status header for schemaprocessor

Fixes #12131

* Update processor/schemaprocessor/README.md

Co-authored-by: Pablo Baeyens <[email protected]>

* Update README.md

Co-authored-by: Pablo Baeyens <[email protected]>
  • Loading branch information
Alex Boten and mx-psi authored Jul 8, 2022
1 parent dc372e0 commit 95a8496
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 | metrics, 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 95a8496

Please sign in to comment.