Include new metrics config property in README.md

This commit is contained in:
TwinProduction 2019-11-16 15:49:06 -05:00
parent 0ed525e032
commit ab5330c44c

View File

@ -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