opentelemetry-erlang-contrib/examples/roll_dice_elli
dependabot[bot] 1e38926904
Bump semver from 7.5.1 to 7.5.4 in /examples/roll_dice_elli (#217)
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>
2023-11-15 11:19:36 -07:00
..
config add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
js add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
priv/static add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
src add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
.gitignore add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
LICENSE add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
README.md add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
docker-compose.yml add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
otel-collector-config.yaml add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
package-lock.json Bump semver from 7.5.1 to 7.5.4 in /examples/roll_dice_elli (#217) 2023-11-15 11:19:36 -07:00
package.json add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
rebar.config add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00
rebar.lock add roll dice example in Erlang with Elli (#177) 2023-10-02 08:00:45 -06:00

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.