grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
Apache License 2.0
157 stars 20 forks source link

Fix: use uniform timeout validation logic #693

Closed mem closed 2 months ago

mem commented 2 months ago

We should be using the same timeout validation logic for adhoc and regular checks.

The downside of this is that adhoc checks with long timeouts might take a long time to run. We can fix this by introducing some observability and figuring out if that's a problem or not.