- Run Docker
docker-compose -f ./deploy/docker/docker-compose.yaml --project-directory ./ up -d
- /choices - [GET] Get all the choices that are usable for the UI
- /choice - [GET] Get a randomly generated choice
- /play - [POST] Play a round against a computer opponent
http_microservice_requests_total
- /live - Liveness Probe
- /ready - Readiness Probe
- /version - Version and assembly information
- /log/level - Show the current logging level
- /swagger/{swagger_file} - Show a Swagger file
- /debug/pprof - Profiles
Monitor and troubleshoot transactions in complex distributed systems.
Prometheus is an open-source systems monitoring and alerting toolkit
The Swagger UI is an open source project to visually render documentation for an API defined with the OpenAPI (Swagger) Specification