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 install
to install all dependencies.- Due to incompatibilities in react dependencies, you will need to use
--force
to avoid a dependency conflict
- Due to incompatibilities in react dependencies, you will need to use
- Run
npm start
to start the server. - Access the config generator on localhost:3000.