Skip to content

Commit

Permalink
Add the fileexporter
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Mar 22, 2024
1 parent 4ff7f11 commit 96b84a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distributions/otelcol-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ The full list of components is available in the [manifest](manifest.yaml)
- Although you could run a collector in Kubernetes to reach out to any endpoint, this distribution is not targeting that use case. This distribution is for monitoring Kubernetes and the processes it runs.
- All components must be vendor-neutral.
- Only exporters that use OTLP are allowed.
- The debug exporter is an exception.
- To facilitate troubleshooting, the debug exporter and file exporter are exceptions .
- All technologies OTel promised to support will be included as receivers. Specifically this means the `jaegerreceiver`, `zipkinreceiver`, `opencensusreceiver`, and `prometheusreceiver` will be included.
1 change: 1 addition & 0 deletions distributions/otelcol-k8s/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exporters:
- gomod: go.opentelemetry.io/collector/exporter/debugexporter v0.96.0
- gomod: go.opentelemetry.io/collector/exporter/otlpexporter v0.96.0
- gomod: go.opentelemetry.io/collector/exporter/otlphttpexporter v0.96.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.96.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter v0.96.0

processors:
Expand Down

0 comments on commit 96b84a9

Please sign in to comment.