Skip to content

Commit 4bf2f0e

Browse files
authored
[extension/skywalkingencoding] add contrib distributions in skywalking_encoding extension (#41916)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description add contrib distributions in skywalking_encoding extension : open-telemetry/opentelemetry-collector-releases#1076 (comment) follow up : open-telemetry/opentelemetry-collector-releases#1076 Signed-off-by: Jared Tan <jian.tan@daocloud.io>
1 parent b42536f commit 4bf2f0e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

extension/encoding/skywalkingencodingextension/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
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

1415
The `Skywalking` encoding extension is used to unmarshal Apache Skywalking segment traces. Marshalling is not supported.

extension/encoding/skywalkingencodingextension/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ status:
55
class: extension
66
stability:
77
alpha: [extension]
8-
distributions: []
8+
distributions: [contrib]
99
codeowners:
1010
active: [JaredTan95]
1111

reports/distributions/contrib.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)