From 2720daa36e7048e409ca274c27fc38d8f2f48100 Mon Sep 17 00:00:00 2001 From: Gabriele Cardosi Date: Wed, 6 Nov 2024 12:53:45 +0100 Subject: [PATCH] [fix_dmn_quarkus_metrics] Fix Readme for dmn-drools-quarkus-metrics (#2035) Co-authored-by: Gabriele-Cardosi --- 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 83bcec2ecb..68117c2d75 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: ![RuntimeMetrics](https://user-images.githubusercontent.com/18282531/76740726-a0cbdd80-676e-11ea-8cc3-63ed5cbb3ac8.png) -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