Hi, not sure what I’m doing wrong but my [[http_service.checks]] don’t seem to be getting picked up.
Here’s my fly.toml:
app = "..."
primary_region = "sjc"
kill_signal = "SIGINT"
kill_timeout = "300s"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "2s"
path = "/healthz"
When I look on the “Monitoring” tab, I don’t see any checks having run: