Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update collector tag in example to latest (open-telemetry#1384)
Follow-up from open-telemetry#1383. Debug exporter isn't available until v0.86.0, so this new configuration throws an error when trying to run the collector. `Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug"` Instead of setting to v0.86.0, I noticed the other docker files omitted the tag (so latest is pulled). I just updated this to match.
- Loading branch information