Skip to content

Commit

Permalink
add monitoring info
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Jun 14, 2024
1 parent 9f6c45a commit afdb466
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,10 @@ http://localhost:8080/resource
```

# Monitoring 📈

Build an application with monitoring features enabled:

```shell
mvn -Pmonitored native:compile
```
This will trigger a profile with the following `buildArgs`: `--enable-monitoring=heapdump,jfr,jvmstat`. You can also opt for using just one of those monitoring features.

0 comments on commit afdb466

Please sign in to comment.