1.1.0
- dockerfile optimization for speed, using base image when building. Most of the build process involved importing the necessary npm package, which took a lot of time. docker file now caches the base image such that if it exists, the build process will reuse it instead of recreating each time.
- tester is now equipped with references for receivers, processors, exporters, connectors, and extensions for opentelemetry collector config, making it easy for user to find and look at the examples for them to easily work with configurations. There's a plan in the future to have a easy paste button to paste either the sample or worked snippet into the existing configuration.
Full Changelog: 1.0.1...1.1.0