See the mediator service information page in the Game On! Docs for more information on how to use this service.
To build this project:
./gradlew build
docker build -t gameontext/gameon-mediator mediator-wlpcfg
MicroProfile is an open platform that optimizes the Enterprise Java for microservices architecture. In this application, we are using MicroProfile 1.3.
MicroProfile Metrics - This feature allows us to expose telemetry data. Using this, developers can monitor their services with the help of metrics.
The application uses the Timed
and Counted
metrics. To access these metrics, go to https://localhost:9446/metrics.
The Metrics feature is configured with SSL and can only be accessed through https. You will need to login using the username and password configured in the server.xml. The default values are admin
and admin
.
Want to help! Pile On!