mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
Include new metrics config property in README.md
This commit is contained in:
parent
0ed525e032
commit
ab5330c44c
@ -11,10 +11,11 @@ Live example: https://status.twinnation.org/
|
||||
## Usage
|
||||
|
||||
```yaml
|
||||
metrics: true # Whether to expose metrics at /metrics
|
||||
services:
|
||||
- name: twinnation # Name of your service, can be anything
|
||||
url: https://twinnation.org/actuator/health
|
||||
interval: 15s # Duration to wait between every status check (opt. default: 10s)
|
||||
interval: 15s # Duration to wait between every status check (opt. default: 10s)
|
||||
conditions:
|
||||
- "$STATUS == 200"
|
||||
- name: github
|
||||
|
Loading…
Reference in New Issue
Block a user