Skip to content

Commit

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

Co-authored-by: Gabriele-Cardosi <[email protected]>
  • Loading branch information
gitgabrio and Gabriele-Cardosi authored Nov 6, 2024
1 parent fec28c2 commit d644c19
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 d644c19

Please sign in to comment.