File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Memory Ballast
2
2
3
+ | Status | |
4
+ | ------------------------ | ----------------- |
5
+ | Stability | [ beta] |
6
+ | Distributions | [ core] , [ contrib] |
7
+
3
8
Memory Ballast extension enables applications to configure memory ballast for the process. For more details see:
4
9
- [ 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/ )
5
10
- [ Golang issue related to this] ( https://github.com/golang/go/issues/23044 )
@@ -41,3 +46,7 @@ extensions:
41
46
memory_ballast :
42
47
size_in_percentage : 20
43
48
` ` `
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
Original file line number Diff line number Diff line change 1
1
# zPages
2
2
3
+ | Status | |
4
+ | ------------------------ | ----------------- |
5
+ | Stability | [ beta] |
6
+ | Distributions | [ core] , [ contrib] |
7
+
3
8
Enables an extension that serves zPages, an HTTP endpoint that provides live
4
9
data for debugging different components that were properly instrumented for such.
5
10
All core exporters and receivers provide some zPage instrumentation.
@@ -70,5 +75,6 @@ that are properly instrumented. For example when using gRPC
70
75
71
76
Example URL : http://localhost:55679/debug/rpcz
72
77
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
You can’t perform that action at this time.
0 commit comments