The Collector Configuration Generator is an easy to use web interface for creating and editing OpenTelemetry Collector configuration files.
Try it out here: grafana.github.io/collector-configurator/
- Run
npm installto install all dependencies.- Due to incompatibilities in react dependencies, you will need to use
--forceto avoid a dependency conflict
- Due to incompatibilities in react dependencies, you will need to use
- Run
npm startto start the server. - Access the config generator on localhost:3000.