Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] add header for file exporter. #10175

Merged
merged 4 commits into from
May 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions exporter/fileexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# File Exporter

This exporter will write pipeline data to a JSON file. The data is written in
| Status | |
| ------------------------ |------------------------|
| Stability | [beta] |
Frapschen marked this conversation as resolved.
Show resolved Hide resolved
| Supported pipeline types | traces, metrics, logs |
| Distributions | [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
Expand All @@ -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:
Expand All @@ -24,3 +28,7 @@ exporters:
file:
path: ./filename.json
```


[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
Frapschen marked this conversation as resolved.
Show resolved Hide resolved
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
codeboten marked this conversation as resolved.
Show resolved Hide resolved