Skip to content

Commit 79b7835

Browse files
author
Alex Boten
authored
[docs] add status header for ballast/zpages (open-telemetry#5435)
Fixes open-telemetry#5375 Fixes open-telemetry#5429 Fixes open-telemetry#5428
1 parent 601d2e9 commit 79b7835

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

extension/ballastextension/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Memory Ballast
22

3+
| Status | |
4+
| ------------------------ | ----------------- |
5+
| Stability | [beta] |
6+
| Distributions | [core], [contrib] |
7+
38
Memory Ballast extension enables applications to configure memory ballast for the process. For more details see:
49
- [Go memory ballast blogpost](https://web.archive.org/web/20210929130001/https://blog.twitch.tv/en/2019/04/10/go-memory-ballast-how-i-learnt-to-stop-worrying-and-love-the-heap-26c2462549a2/)
510
- [Golang issue related to this](https://github.com/golang/go/issues/23044)
@@ -41,3 +46,7 @@ extensions:
4146
memory_ballast:
4247
size_in_percentage: 20
4348
```
49+
50+
[beta]: https://github.com/open-telemetry/opentelemetry-collector-contrib#beta
51+
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
52+
[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol

extension/zpagesextension/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# zPages
22

3+
| Status | |
4+
| ------------------------ | ----------------- |
5+
| Stability | [beta] |
6+
| Distributions | [core], [contrib] |
7+
38
Enables an extension that serves zPages, an HTTP endpoint that provides live
49
data for debugging different components that were properly instrumented for such.
510
All core exporters and receivers provide some zPage instrumentation.
@@ -70,5 +75,6 @@ that are properly instrumented. For example when using gRPC
7075

7176
Example URL: http://localhost:55679/debug/rpcz
7277

73-
74-
78+
[beta]: https://github.com/open-telemetry/opentelemetry-collector-contrib#beta
79+
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
80+
[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol

0 commit comments

Comments
 (0)