Marcelo Magallon
Marcelo Magallon
- [x] /api/v1/register/install - [x] /api/v1/check/add - [x] /api/v1/check/update - [x] /api/v1/check/delete/:id: - [x] /api/v1/check/list - [x] /api/v1/probe/add - [x] /api/v1/probe/update - [x] /api/v1/probe/list - [x] /api/v1/probe/delete/:id: - [ ]...
Now that there's a command to interact with the API, `sm-client`, it would be nice for it to take JSON as input in order to create and update checks. This...
The DNS client library that Blackbox Exporter uses does support DNSSEC validation (setting the DO bit), but Blackbox Exporter itself doesn't. In order to add support for this in the...
When the agent restarts, we might end up in a situation where we are running a check too often. For example, if a check is configured to run once every...
Currently checks start running based on when the agent received them, not when they were defined. If the check is transferred to a different agent instance (Grafana Labs issue), or...
With DNS, since it's possible use UDP traffic, depending on the relative network location of the server under test, sometimes packets are dropped and the probe ends up timing out....
We changed something recently that caused assets to not be published correctly: bad: v0.28.2: https://github.com/grafana/synthetic-monitoring-agent/releases/tag/v0.28.2 good: v0.26.0: https://github.com/grafana/synthetic-monitoring-agent/releases/tag/v0.26.0
In order to be able to pinpoint misconfigurations / checks contacting specific hosts on the Internet, the agent logs (not the check logs), should capture information about the IP address...
I was testing reviewdog out, and I wanted to validate the output before doing anything else. I looked thru the documentation and I figured I could use `github-pr-annotations` because it's...