Skip to content

Commit

Permalink
feat: update prometheus plugin (#398)
Browse files Browse the repository at this point in the history
Update prometheus plugin to new version 2.1.0

Signed-off-by: jcriadomarco <[email protected]>
  • Loading branch information
javiercri authored Jun 26, 2023
1 parent 701df71 commit 916d04e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-image/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'fluent-plugin-mongo', "1.5.0"
gem 'fluent-plugin-multi-format-parser', "1.0.0"
gem 'fluent-plugin-out-http', "1.3.3"
gem 'fluent-plugin-papertrail', "0.2.8"
gem 'fluent-plugin-prometheus', "2.0.3"
gem 'fluent-plugin-prometheus', "2.1.0"
gem 'fluent-plugin-record-modifier', "2.1.0"
gem 'fluent-plugin-record-reformer', "0.9.1"
gem 'fluent-plugin-redis', "0.3.5"
Expand Down
5 changes: 3 additions & 2 deletions base-image/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
fluent-plugin-papertrail (0.2.8)
fluent-mixin-config-placeholders (~> 0.4.0)
fluentd (>= 0.10, < 2)
fluent-plugin-prometheus (2.0.3)
fluent-plugin-prometheus (2.1.0)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluent-plugin-record-modifier (2.1.0)
Expand Down Expand Up @@ -391,6 +391,7 @@ GEM
PLATFORMS
ruby
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -420,7 +421,7 @@ DEPENDENCIES
fluent-plugin-opensearch (= 1.1.0)
fluent-plugin-out-http (= 1.3.3)
fluent-plugin-papertrail (= 0.2.8)
fluent-plugin-prometheus (= 2.0.3)
fluent-plugin-prometheus (= 2.1.0)
fluent-plugin-record-modifier (= 2.1.0)
fluent-plugin-record-reformer (= 0.9.1)
fluent-plugin-redis (= 0.3.5)
Expand Down

0 comments on commit 916d04e

Please sign in to comment.