Skip to content

Releases: grafana/synthetic-monitoring-agent

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

v0.16.4

05 Jul 18:19
Compare
Choose a tag to compare

Changelog

  • 812da32 Add url and method tags to checks
  • d0b7ec6 Dump generated multihttp script when the prober is created
  • 80395e3 Fix header matching
  • fd37a3e Release v0.16.4

v0.16.3

13 Jun 15:23
Compare
Choose a tag to compare

Changelog

  • 2298a92 Add method to change log level at runtime
  • 169784f Include script results in debug output
  • de4721a Release v0.16.3
  • c69aeb6 Use a custom collector to avoid checking labels

v0.16.2

08 Jun 02:08
Compare
Choose a tag to compare

Changelog

  • 2a32c06 Add missing check class data to ClassInfo struct
  • 2612699 Release v0.16.2

v0.16.1

07 Jun 23:27
Compare
Choose a tag to compare

Changelog

  • 24d4136 Release v0.16.1
  • 57ca767 Update golden files and accounting info

v0.16.0

06 Jun 20:01
Compare
Choose a tag to compare

Changelog

  • 9f632d1 Add CheckClass to identify protocol vs scripted checks
  • a1b8cfb Add k6-uri flag
  • 7060a2c Disable validating k6 path
  • 72586a6 Fix: parametrize the k6 runner
  • 9e4321b Gate k6 checks on runner being configured
  • 5af34c9 Release v0.16.0
  • 0b5d449 Update dependencies

v0.15.0

23 May 23:11
Compare
Choose a tag to compare

Changelog

  • e29b3e2 Add MultiHttp to SM proto
  • 0f17bab Add multihttp check type
  • 4c25c8e Fix: JSON path value assertion needs expression and value
  • 1f0e875 Release v0.15.0
  • ce1eb70 Update dependencies