Skip to content

Releases: bigcommerce/bc-prometheus-ruby

v0.8.2

Choose a tag to compare

@bc-dhruvin bc-dhruvin released this 22 Jun 06:30
6356a4a

What's Changed

  • chore: drop Ruby 3.2 support, add Ruby 4.0 CI by @j05h in #38
  • fix(metrics) Add version=0.0.4 to Content-Type for Prometheus exposition format 0.0.4 compliance by @bc-dhruvin in #39

Full Changelog: v0.8.1...v0.8.2

v0.8.1

Choose a tag to compare

@exeDog exeDog released this 19 May 19:17

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

0.8.0

Choose a tag to compare

@splittingred splittingred released this 23 Jun 15:02
  • Add support for Ruby 3.4
  • Drop support for Ruby 3.0, 3.1

v0.7.0

Choose a tag to compare

@j05h j05h released this 10 Dec 20:19
  • Update the readme file for starting prometheus with puma
  • Add Ruby 3.3 CI suite
  • Add logging when the prometheus server starts
  • Migrate from thin to puma for the web server

0.6.0

Choose a tag to compare

@splittingred splittingred released this 06 Feb 23:17
  • Add support for Ruby 3.1/3.2
  • Drop support for Ruby 2
  • Add CodeClimate analysis

0.5.2

Choose a tag to compare

@splittingred splittingred released this 14 Dec 19:37
  • Better error handling post-fork for web/resque instrumentors
  • Fix issue with using Collectors::Base and keyword arguments in Ruby 2.7
  • Remove null-logger development dependency

0.5.1

Choose a tag to compare

@splittingred splittingred released this 15 Apr 22:45
  • Fix keywords argument issue with Collectors::Base and Ruby 3.0+

0.5.0

Choose a tag to compare

@mattolson mattolson released this 02 Mar 21:44
2f530da
  • Add configuration to disable the Railtie that activates the web instrumentor automatically. This allows applications to choose how and when this is initialized.
  • Bump prometheus_exporter gem
  • Start testing against Ruby 3.0

0.4.0

Choose a tag to compare

@pedelman pedelman released this 11 Jan 19:33
  • Add configuration to control Thin web server thread pool size. Note that the default number of threads is changing from 20 to 3. You can configure this using an environment variable or initializer.
  • Update rubocop to 1.0

0.3.1

Choose a tag to compare

@splittingred splittingred released this 21 Aug 21:28
  • Update prometheus_exporter dependency to ~> 0.5 to fix memory leaks