Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 1.36 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.36 KB

Game On! Mediator Service

Codacy Badge

See the mediator service information page in the Game On! Docs for more information on how to use this service.

Building

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.

Features

  1. 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.

Contributing

Want to help! Pile On!

Contributing to Game On!