This application is a proof of concept that demonstrate how an application using OpenFeature and OpenTelemetry can be leveraged for observability.
- Node.js v20 or newer
- Docker (for running the load generator)
- clone the repo
- run
npm install
- Create a
.env
file in the root of the project. You can use the.env.template
as an example. - run
npm run start
- run
docker run --network="host" --rm -i grafana/k6 run - <./load-generation/requests-from-tenants.js