diff --git a/exporter/fileexporter/README.md b/exporter/fileexporter/README.md index 0ae26b4d1280..8ddeff4c65f2 100644 --- a/exporter/fileexporter/README.md +++ b/exporter/fileexporter/README.md @@ -1,6 +1,12 @@ # File Exporter -This exporter will write pipeline data to a JSON file. The data is written in +| Status | | +| ------------------------ |-----------------------| +| Stability | [alpha] | +| Supported pipeline types | traces, metrics, logs | +| Distributions | [core], [contrib] | + +This exporter will write pipeline data to a JSON file. The data is written in. [Protobuf JSON encoding](https://developers.google.com/protocol-buffers/docs/proto3#json) using [OpenTelemetry @@ -9,8 +15,6 @@ protocol](https://github.com/open-telemetry/opentelemetry-proto). Please note that there is no guarantee that exact field names will remain stable. This intended for primarily for debugging Collector without setting up backends. -Supported pipeline types: traces, metrics, logs - ## Getting Started The following settings are required: @@ -24,3 +28,8 @@ exporters: file: path: ./filename.json ``` + + +[alpha]:https://github.com/open-telemetry/opentelemetry-collector#alpha +[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib +[core]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol