Add more complex example (docker-compose + grafana + prometheus)

This commit is contained in:
TwinProduction
2019-11-16 16:48:18 -05:00
parent ab5330c44c
commit cc7acc780e
9 changed files with 470 additions and 0 deletions

View 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"