Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami authored Sep 27, 2024
1 parent 0c00d79 commit c3dbefc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@

## Configuration
```YAML
spring:
application:
name: <appName>
version: <version>
inspect:
enabled: true #activate INSPECT in the host server
target: REMOTE #remote INSPECT server
server:
host: <inspect-server-url>
compress-min-size: -1 #no compress
dispatch:
delay: 60 #sever trace frequency
unit: SECONDS
Expand All @@ -24,6 +32,7 @@ inspect:
# main-session: false
# jdbc-request: false
# rest-request: false

```
## Collectors

Expand Down

0 comments on commit c3dbefc

Please sign in to comment.