Skip to content

Commit

Permalink
[fix_dmn_quarkus_metrics] Fix Readme for dmn-drools-quarkus-metrics (a…
Browse files Browse the repository at this point in the history
…pache#2035)

Co-authored-by: Gabriele-Cardosi <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Nov 7, 2024
1 parent 3ceeab8 commit 2720daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2720daa

Please sign in to comment.