Add more complex example (docker-compose + grafana + prometheus)
This commit is contained in:
15
example/docker-compose-grafana-prometheus/config.yaml
Normal file
15
example/docker-compose-grafana-prometheus/config.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
metrics: true
|
||||
services:
|
||||
- name: TwiNNatioN
|
||||
url: https://twinnation.org/actuator/health
|
||||
interval: 10s
|
||||
conditions:
|
||||
- "$STATUS == 200"
|
||||
- name: GitHub
|
||||
url: https://api.github.com/healthz
|
||||
conditions:
|
||||
- "$STATUS == 200"
|
||||
- name: Example
|
||||
url: https://example.com/
|
||||
conditions:
|
||||
- "$STATUS == 200"
|
Reference in New Issue
Block a user