Skip to content

Commit

Permalink
0.8.0: Allow to specify logger and Prometheus instance for push gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Dec 30, 2021
1 parent cecf36b commit 4e9e4ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.8.0 - 2021-12-30

### Added

- Ability to specify a logger instance for exporter web server. [@palkan]
- Ability to specify a logger instance for exporter web server. [@palkan], [#19](https://github.com/yabeda-rb/yabeda-prometheus/pull/19)
- Ability to specify Prometheus instance value for push gateway. [@ollym], [#20](https://github.com/yabeda-rb/yabeda-prometheus/pull/20)

### Changed

- Logging is disabled by default for exporter web server. [@palkan]
- Logging is disabled by default for exporter web server. [@palkan], [#19](https://github.com/yabeda-rb/yabeda-prometheus/pull/19)

## 0.7.0 - 2021-07-21

Expand Down Expand Up @@ -137,3 +140,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@baarkerlounger]: https://github.com/baarkerlounger "Daniel Baark"
[@dsalahutdinov]: https://github.com/dsalahutdinov "Dmitry Salahutdinov"
[@palkan]: https://github.com/palkan "Vladimir Dementyev"
[@ollym]: https://github.com/ollym "Oliver Morgan"
2 changes: 1 addition & 1 deletion lib/yabeda/prometheus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Prometheus
VERSION = "0.7.0"
VERSION = "0.8.0"
end
end

0 comments on commit 4e9e4ca

Please sign in to comment.