Skip to content

Releases: buildkite/buildkite-agent-metrics

v5.2.1

01 Jul 05:36
1d0ac29
Compare
Choose a tag to compare

v5.2.1 (2021-07-01)

Full Changelog

Added

  • Support for more AWS Regions (af-south-1, ap-east-1, ap-southeast-2, ap-southeast-1, eu-south-1, me-south-1) #109
  • ARM64 binaries for Linux and macOS

Changed

  • Build using golang 1.16
  • Update newrelic/go-agent from v2.7.0 to v3.0.0 #111 (@mallyvai)

v5.2.0

09 Apr 05:18
@lox lox
0973a93
Compare
Choose a tag to compare

Changed

  • Add support for AWS SecretsManager as BK token provider #98 (@alloveras)
  • Don't exit on when error is encountered #94 (@amalucelli)
  • Stackdriver: Use organization specific metric names. #87 (@philwo)
  • Fix typo in README.md. #88 (@philwo)

Note: linux and darwin arm64 binaries have been added retroactively.

v5.1.0

31 May 13:37
@lox lox
2cf0f54
Compare
Choose a tag to compare

Changed

v5.0.0

05 May 03:18
@lox lox
c2b24b4
Compare
Choose a tag to compare

Changed

  • Add BusyAgentPercentage metric #80 (@arromer)
  • Drop metrics with only queue dimension #82 (@lox)
  • Add WaitingJobsCount metric #81 (@lox)
  • Read AWS_REGION for cloudwatch, default to us-east-1 #79 (@lox)
  • Add a Dockerfile #77 (@amalucelli)
  • Enforce Buildkite-Agent-Metrics-Poll-Duration header #83 (@lox)
  • Add support for reading buildkite token from ssm #76 (@arromer)
  • Update bucket publishing for new regions #74 (@lox)
  • Update the readme to have the correct Environment variables and expla… #73 (@bmbentson)

v4.1.2

21 Jan 09:12
@lox lox
239f599
Compare
Choose a tag to compare

Fixed

  • Add back cloudwatch metric with only Queue dimension #69 (@lox)

v4.1.1

21 Jan 01:01
@lox lox
4a0daa1
Compare
Choose a tag to compare

Fixed

  • Add missing organization dimension to per-queue metrics #68 (@lox)

v4.1.0

03 Jan 00:01
@lox lox
e5fc842
Compare
Choose a tag to compare

🚨Note that this release ended up being an accidental breaking change for Cloudwatch, as consumers would have to change their Dimensions to OrgSlug and Queue.

Changed

  • Expose org slug as a cloudwatch dimension #67 (@lox)
  • Clarify lambda handler in README, add example #66 (@lox)

v4.0.0

01 Nov 05:05
@lox lox
a87a20f
Compare
Choose a tag to compare

Changed

v3.1.0

17 Aug 05:56
@lox lox
e60b6b3
Compare
Choose a tag to compare

Added

  • Add a 5 second timeout for metrics requests #50 (@lox)
  • Allow a custom cloudwatch dimension flag #46 (@lox)

v3.0.1

12 Jul 11:56
@lox lox
0f06608
Compare
Choose a tag to compare

Fixed

  • Reset prometheus queue gauges to prevent stale values persisting #45 (@majolo)