synthetic-monitoring-api-go-client
synthetic-monitoring-api-go-client copied to clipboard
Go client for Synthetic Monitoring API
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.21.6` -> `1.24.2` | | [go](https://go.dev/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/grafana/synthetic-monitoring-agent](https://redirect.github.com/grafana/synthetic-monitoring-agent) | require | minor | `v0.34.4` -> `v0.36.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v1` -> `v2` | --- ### Release...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Current ListProbes function has no options, it just returns all probes. Ideally we could filter the results without doing GetProbe for each probe E.g. I'd like to filter on whether...