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