synthetic-monitoring-api-go-client
synthetic-monitoring-api-go-client copied to clipboard
Go client for Synthetic Monitoring API
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.32.0 to 1.33.0. Commits c78e50e Add fields order (#550) 8582bed fix: use TimestampFunc in busrt sampler (#671) (#672) 7d9db06 Allow setting floating point precision in JSON. (#663)...
Bumps [github.com/grafana/synthetic-monitoring-agent](https://github.com/grafana/synthetic-monitoring-agent) from 0.23.4 to 0.24.1. Release notes Sourced from github.com/grafana/synthetic-monitoring-agent's releases. v0.24.1 Changelog 82b8402a Bump Go to 1.22 (#699) dc413856 Fix: report duration from script (#698) 04d5f10f Release v0.24.1...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. Commits 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning 39940ad html: parse comments per HTML spec...
From an internal customer request. > Note: Perhaps we can clean up https://github.com/grafana/synthetic-monitoring-api-go-client/blob/main/docs/API.md and make the steps to create the keys/tokens more clear to help users in future We need...
- [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...