Added the KumuluzEE implementation for the schedule microservice#169
Added the KumuluzEE implementation for the schedule microservice#169TFaga wants to merge 6 commits intomicroprofile:mainfrom
Conversation
Signed-off-by: Tilen Faganel <tilen.faganel@me.com>
|
I tried to build with When I then executed the JAR from command line it was OK. So I think it's enough if the build doesn't start the app, only builds the JAR. |
|
I see. I've put the tests to run as part of the |
|
@TFaga, have you signed the Eclipse Contributor Agreement? If yes, did you use tilen.faganel@me.com with Eclipse? Otherwise, please see https://www.eclipse.org/legal/ECA.php to sign the agreement, so that we may accept your PRs. |
…odule when supplying the -DskipTests property on maven build Signed-off-by: Tilen Faganel <tilen.faganel@me.com>
|
I've added the tests to a profile that is disabled when -DskipTests is used. Just signed the agreement, should be OK now. |
|
We have added KumuluzEE implementations of the Schedule and the Speaker microservices. Both services have Health ( |
|
On 30 Sep 2017, at 4:23, Tilen Faganel wrote:
We have added KumuluzEE implementations of the Schedule and the
Speaker microservices. Both services have Health (`/health` endpoint),
Metrics (`/metrics`) and Config included and implemented. For Metrics,
there is also a Prometheus exporter accessible on `/prometheus` (which
is a nice addition for the demo).
The MP-Metrics /metrics should respond with Prometheus
text data if nothing else is requested, so how is /prometheus
different here?
|
|
We have mapped the Prometheus to /prometheus endpoint and JSON output to /metrics endpoint, in order to better demonstrate both of the formats. |
No description provided.