From f33bba3904ae71eef036fd36f9cc14fbbeef8ff2 Mon Sep 17 00:00:00 2001 From: my-git9 Date: Wed, 22 Jun 2022 20:18:02 +0800 Subject: [PATCH] [docs]Add status header for httpforwarder (#11138) Add status header for httpforwarder Signed-off-by: xin.li --- extension/httpforwarder/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extension/httpforwarder/README.md b/extension/httpforwarder/README.md index b4c814951dcf..80e52120f314 100644 --- a/extension/httpforwarder/README.md +++ b/extension/httpforwarder/README.md @@ -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. @@ -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 \ No newline at end of file