This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new d644c1919 [fix_dmn_quarkus_metrics] Fix Readme for
dmn-drools-quarkus-metrics (#2035)
d644c1919 is described below
commit d644c1919ff1f85b38e4d72e9f01968a6ccbfe3d
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Wed Nov 6 12:53:45 2024 +0100
[fix_dmn_quarkus_metrics] Fix Readme for dmn-drools-quarkus-metrics (#2035)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
index 83bcec2ec..68117c2d7 100644
--- a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
+++ b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
@@ -31,7 +31,7 @@ The use case is summarized in the following schema:

-To summarize, the kogito app will expose by default an endpoint `/metrics`
with the prometheus variables, and a prometheus instance will simply fetch the
data from there.
+To summarize, the kogito app will expose by default an endpoint `/q/metrics`
with the prometheus variables, and a prometheus instance will simply fetch the
data from there.
### Dashboards
@@ -81,7 +81,7 @@ Post "hello":
curl -H "Content-Type: application/json" -X POST -d '{"strings":["world"]}'
http://localhost:8080/hello
```
-the service will return `["hello", "world"]`
+the service will return `["world"]`
### POST /LoanEligibility
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]