Skip to content

Commit

Permalink
[docs]Add status header for httpforwarder (#11138)
Browse files Browse the repository at this point in the history
Add status header for httpforwarder

Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 authored Jun 22, 2022
1 parent c102c42 commit f33bba3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extension/httpforwarder/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HTTP Forwarder Extension

| Status | |
| ------------------------ |---------------------|
| Stability | [unmaintained] |
| Distributions | [contrib] |

This extension accepts HTTP requests, optionally adds headers to them and forwards them.
The RequestURIs of the original requests are preserved by the extension.

Expand Down Expand Up @@ -33,3 +38,6 @@ The following settings can be optionally configured:
The full list of settings exposed for this exporter are documented [here](config.go)
with detailed sample configurations [here](testdata/config.yaml).
[unmaintained]:https://github.com/open-telemetry/opentelemetry-collector#unmaintained
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit f33bba3

Please sign in to comment.