1e38926904
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.4. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.4) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
config | ||
js | ||
priv/static | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
otel-collector-config.yaml | ||
package-lock.json | ||
package.json | ||
rebar.config | ||
rebar.lock |
README.md
roll_dice
Run the project:
$ OTEL_EXPORTER_OTLP_PROTOCOL=grpc OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 rebar3 shell
Roll a die:
$ curl localhost:3000/rolldice
4
Or go to localhost:3000
in a browser to roll.