Skip to content

Commit

Permalink
0.7.2: Fix overwriting of already set metric tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 15, 2021
1 parent dbaa28e commit 74e649e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.7.2 - 2021-03-15

### Fixed

- Fix undesirable overwrite of metric tags when global `default_tag` is declared with one of tag names that are being used by yabeda-rails, like `controller`. [@liaden] in [#19](https://github.com/yabeda-rb/yabeda-rails/pull/19)

## 0.7.1 - 2020-10-02

### Changed
Expand Down Expand Up @@ -58,3 +64,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial release of evil-metrics-rails gem. @Envek

Basic metrics for request durations by controller, action, status, format, and method. ActiveRecord and ActionView timings.

[@liaden]: https://github.com/liaden "Joel Johnson"
2 changes: 1 addition & 1 deletion lib/yabeda/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Rails
VERSION = "0.7.1"
VERSION = "0.7.2"
end
end

0 comments on commit 74e649e

Please sign in to comment.