Skip to content

Commit

Permalink
Change various component stability to alpha (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson authored May 24, 2024
1 parent 3357a97 commit eb33546
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions collector/processor/coldstartprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Status | |
| ------------------------ |-----------------|
| Stability | [in development]|
| Stability | [alpha] |
| Supported pipeline types | traces |
| Distributions | [extension] |

Expand All @@ -28,5 +28,5 @@ processors:
coldstart:
```
[in development]: https://github.com/open-telemetry/opentelemetry-collector#development
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/collector
4 changes: 2 additions & 2 deletions collector/processor/decoupleprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Status | |
| ------------------------ |-----------------------|
| Stability | [in development] |
| Stability | [alpha] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [extension] |

Expand Down Expand Up @@ -34,6 +34,6 @@ processors:
max_queue_size: 20
```
[in development]: https://github.com/open-telemetry/opentelemetry-collector#development
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#development
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/collector
[lifecycle]: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html#runtimes-extensions-api-lifecycle
4 changes: 2 additions & 2 deletions collector/receiver/telemetryapireceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Status | |
| ------------------------ |-----------------|
| Stability | [in development]|
| Stability | [alpha] |
| Supported pipeline types | traces |
| Distributions | [extension] |

Expand All @@ -22,5 +22,5 @@ receivers:
telemetryapi:
```
[in development]: https://github.com/open-telemetry/opentelemetry-collector#development
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/collector

0 comments on commit eb33546

Please sign in to comment.