From e8859189e6ae69a247c09e7e79cb6bcd20f2095e Mon Sep 17 00:00:00 2001 From: "minquan.chen" Date: Tue, 31 May 2022 14:56:46 +0800 Subject: [PATCH] Add status header for fluentforward receiver --- receiver/fluentforwardreceiver/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/receiver/fluentforwardreceiver/README.md b/receiver/fluentforwardreceiver/README.md index b23916c24eb9..73d33a52fc2e 100644 --- a/receiver/fluentforwardreceiver/README.md +++ b/receiver/fluentforwardreceiver/README.md @@ -1,5 +1,11 @@ # Fluent Forward Receiver +| Status | | +| ------------------------ |-----------| +| Stability | [beta] | +| Supported pipeline types | logs | +| Distributions | [contrib] | + This receiver runs a TCP server that accepts events via the [Fluent Forward protocol](https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1). @@ -35,3 +41,6 @@ pack autogenerated code, just run `go generate` on this package and its subpackages. You can get the `msgp` binary by just running `go get -u -t github.com/tinylib/msgp`, and make sure the Go binary path is on your shell's PATH. + +[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib \ No newline at end of file