File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
extension/encoding/otlpencodingextension 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%2Fotlpencoding%20&label=open&color=orange&logo=opentelemetry )] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aextension%2Fotlpencoding ) [ ![ Closed issues] ( https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aextension%2Fotlpencoding%20&label=closed&color=blue&logo=opentelemetry )] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aextension%2Fotlpencoding ) |
99| [ Code Owners] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner ) | [ @dao-jun ] ( https://www.github.com/dao-jun ) , [ @VihasMakwana ] ( https://www.github.com/VihasMakwana ) |
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
1415This extension unmarshals and marshals data encoded according to the [ OTLP specification] ( https://opentelemetry.io/docs/specs/otlp/ ) .
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 : [ dao-jun, VihasMakwana ]
1111
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ components:
9292 - oauth2client
9393 - oidc
9494 - opamp
95+ - otlp_encoding
9596 - pprof
9697 - redis_storage
9798 - sigv4auth
You can’t perform that action at this time.
0 commit comments