Skip to content

Latest commit

 

History

History
97 lines (54 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

97 lines (54 loc) · 3.22 KB

CHANGELOG

v1.6.0 (2021-08-03)

Features

  • add option for silencing the WEBrick access logging of /metrics

Pull Requests

  • Merge pull request #25 from fastly/option_for_silencing_webrick

v1.5.0 (2021-08-02)

Pull Requests

  • Merge pull request #23 from fastly/rainy/add-error-class-label

v1.4.0 (2021-03-30)

Pull Requests

  • Merge pull request #21 from Kevinrob/patch-1

v1.3.0 (2021-03-26)

Pull Requests

  • Merge pull request #22 from mirubiri/add-active-job-support
  • Merge pull request #20 from fastly/aw/move-to-main

v1.2.0 (2020-10-01)

Feature

  • allow the metrics host to be disabled with a configuration option
  • use prometheus-client ~> 2.0

Pull Requests

  • Merge pull request #17 from jetpks/add-option-to-disable-metrics-server
  • Merge pull request #15 from silicakes/master

v1.1.0 (2020-02-12)

Feature

  • allow for configuration of the metrics host (instead of always binding to 127.0.0.1)
  • Use prometheus-client ~> 1.0.0

Pull Requests

  • Merge pull request #13 from postmodern/metrics_host
  • Merge pull request #11 from rossjones/patch-1
  • Merge pull request #12 from fastly/hr

v1.0.0 (2019-10-24)

Pull Requests

  • Merge pull request #9 from we4tech/features/update-prometheus-client

v0.9.1 (2019-07-08)

Bug Fixes

  • properly alias configure!

v0.9.0 (2019-03-18)

Features

  • Custom Metrics

Pull Requests

  • Merge pull request #4 from fastly/custom_metrics-fix#2
  • Merge pull request #3 from fastly/doc_refinement_(fix-#1)

v0.8.1 (2019-02-08)