File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
extension/encoding/skywalkingencodingextension Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44| Status | |
55| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
66| Stability | [ alpha] |
7- | Distributions | [ ] |
7+ | Distributions | [ contrib ] | |
88| Issues | [ ![ Open issues] ( https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aextension%2Fskywalkingencodingextension%20&label=open&color=orange&logo=opentelemetry )] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aextension%2Fskywalkingencodingextension ) [ ![ Closed issues] ( https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aextension%2Fskywalkingencodingextension%20&label=closed&color=blue&logo=opentelemetry )] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aextension%2Fskywalkingencodingextension ) |
99| [ Code Owners] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner ) | [ @JaredTan95 ] ( https://www.github.com/JaredTan95 ) |
1010
1111[ alpha ] : https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#alpha
12+ [ contrib ] : https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1213<!-- end autogenerated section -->
1314
1415The ` Skywalking ` encoding extension is used to unmarshal Apache Skywalking segment traces. Marshalling is not supported.
Original file line number Diff line number Diff line change 55 class : extension
66 stability :
77 alpha : [extension]
8- distributions : []
8+ distributions : [contrib ]
99 codeowners :
1010 active : [JaredTan95]
1111
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ components:
9898 - pprof
9999 - redis_storage
100100 - sigv4auth
101+ - skywalking_encoding
101102 - text_encoding
102103 - zipkin_encoding
103104 processor :
You can’t perform that action at this time.
0 commit comments