-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the KumuluzEE implementation for the schedule microservice #169
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Tilen Faganel <[email protected]>
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 [email protected] 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 <[email protected]>
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.