Skip to content

Commit

Permalink
[chore] add contrib distro to http_forwarder (#35863)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Oct 23, 2024
1 parent 50e7236 commit cd25e61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extension/httpforwarderextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
| Status | |
| ------------- |-----------|
| Stability | [beta] |
| Distributions | [] |
| Distributions | [contrib] |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aextension%2Fhttpforwarder%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aextension%2Fhttpforwarder) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aextension%2Fhttpforwarder%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aextension%2Fhttpforwarder) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@atoulme](https://www.github.com/atoulme) |
| Emeritus | [@rmfitzpatrick](https://www.github.com/rmfitzpatrick) |

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
<!-- end autogenerated section -->

This extension accepts HTTP requests, optionally adds headers to them and forwards them.
Expand Down
2 changes: 1 addition & 1 deletion extension/httpforwarderextension/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status:
class: extension
stability:
beta: [extension]
distributions: []
distributions: [contrib]
codeowners:
active: [atoulme]
emeritus: [rmfitzpatrick]
Expand Down
1 change: 1 addition & 0 deletions reports/distributions/contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ components:
- headers_setter
- health_check
- host_observer
- http_forwarder
- jaegerremotesampling
- k8s_observer
- oauth2client
Expand Down

0 comments on commit cd25e61

Please sign in to comment.