Skip to content

Releases: grafana/synthetic-monitoring-agent

v0.20.1

12 Feb 16:52
Compare
Choose a tag to compare

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

06 Feb 15:52
Compare
Choose a tag to compare

Changelog

v0.19.5

05 Feb 16:28
Compare
Choose a tag to compare

Changelog

  • 5e68692 Fix: check targets must be valid label values
  • 23cbe73 Release v0.19.5
  • 802dffb allow adhoc k6 checks with unvalidated targets (#598)

v0.19.4

30 Jan 15:08
Compare
Choose a tag to compare

Changelog

  • 4e0f327 Release v0.19.4
  • b9c237f fix: allow scripted checks to have anything as the target value (#592)

v0.19.3

13 Dec 23:40
Compare
Choose a tag to compare

Changelog

v0.17.3

28 Sep 17:55
Compare
Choose a tag to compare

Changelog

v0.17.2

27 Sep 21:00
Compare
Choose a tag to compare

Changelog

  • f4d64c8 Add a gauge to track the number of installed publisher handlers
  • 6c521c0 Fix: handle failed counter correctly
  • ac2c40f InstallerHandlers has no type
  • 1c6f776 Release v0.17.2

v0.17.1

14 Sep 13:22
Compare
Choose a tag to compare

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

05 Sep 17:16
Compare
Choose a tag to compare

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

v0.16.5

14 Jul 21:46
Compare
Choose a tag to compare

Changelog

  • 6f4fa04 Fix: don't use 0 in subject and condition enums
  • c85cfdf Release v0.16.5
  • 7a9bd07 Update scripts/release