Releases: grafana/synthetic-monitoring-agent
Releases · grafana/synthetic-monitoring-agent
v0.20.1
Changelog
- 2584f5d Add an option to log multihttp responses (#550)
- e8792af Add tenant label limits (#581)
- e950699 Fix global tenant id usage for label limits query
- 0594210 Fix: add test for HTTP check with a long URL
- 1a3b765 Release v0.20.0 (#613)
- 66af84a Release v0.20.1
- 5d7f182 Update to grafana-build-tools v0.6.0
v0.19.6
v0.19.5
v0.19.4
v0.19.3
v0.17.3
v0.17.2
v0.17.1
Changelog
- 3cbf949 Extract TenantManager out of pusher into its own package
- ae3790a Feature: keep track of scraper executions on a per-tenant level
- be167a5 Fix handling of tenant ID zero
- 1e5c966 Fix panic while handling changes
- d5ab302 Fix typo
- b62caa2 Fix: add type to failure metrics
- 172ea47 Fix: for CSS selectors, the expression is not a predicate
- 91f5c5b Fix: remove --discard-response-bodies
- 660b500 Release v0.17.1
- beadaab Use local IDs in scraper, global IDs in pusher
v0.17.0
Changelog
- 531801e Add SnappyConcatReader
- ef7c6b0 Add condition variable
- 9833070 Add errors
- 9507153 Add option to run only fast tests
- 3d43e4d Add options
- 294a7e5 Add publisher
- 3d2587a Add queue
- 306bed2 Add tenant pusher
- 0a2a993 Assert that TenantManager is a TenantProvider
- ac811dd Enable v2 publisher
- cbeb2b4 Export HttpError from prom package
- 8c71fc1 Feature: use expression to match specific headers in multiHTTP
- 0cfe0db Fix label names, it should be "type" not "target"
- 2c6c69f Fix: headers object might have extra commas
- 9e522a9 Fix: pass body to HTTP request if specified
- 5a71d0d Fix: use double quotes with JS-escaped strings
- 9efa6aa Move client logic to its own file
- becc949 Move metrics to its own file
- a5f2e51 Refactor pusher to allow multiple implementations (#488)
- 0d70288 Release v0.17.0
- e278800 Update golangci-lint and gotestsum