Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 916d04e

Browse files
authored
feat: update prometheus plugin (#398)
Update prometheus plugin to new version 2.1.0 Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
1 parent 701df71 commit 916d04e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

base-image/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'fluent-plugin-mongo', "1.5.0"
2828
gem 'fluent-plugin-multi-format-parser', "1.0.0"
2929
gem 'fluent-plugin-out-http', "1.3.3"
3030
gem 'fluent-plugin-papertrail', "0.2.8"
31-
gem 'fluent-plugin-prometheus', "2.0.3"
31+
gem 'fluent-plugin-prometheus', "2.1.0"
3232
gem 'fluent-plugin-record-modifier', "2.1.0"
3333
gem 'fluent-plugin-record-reformer', "0.9.1"
3434
gem 'fluent-plugin-redis', "0.3.5"

base-image/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ GEM
170170
fluent-plugin-papertrail (0.2.8)
171171
fluent-mixin-config-placeholders (~> 0.4.0)
172172
fluentd (>= 0.10, < 2)
173-
fluent-plugin-prometheus (2.0.3)
173+
fluent-plugin-prometheus (2.1.0)
174174
fluentd (>= 1.9.1, < 2)
175175
prometheus-client (>= 2.1.0)
176176
fluent-plugin-record-modifier (2.1.0)
@@ -391,6 +391,7 @@ GEM
391391
PLATFORMS
392392
ruby
393393
x86_64-darwin-21
394+
x86_64-darwin-22
394395
x86_64-linux
395396

396397
DEPENDENCIES
@@ -420,7 +421,7 @@ DEPENDENCIES
420421
fluent-plugin-opensearch (= 1.1.0)
421422
fluent-plugin-out-http (= 1.3.3)
422423
fluent-plugin-papertrail (= 0.2.8)
423-
fluent-plugin-prometheus (= 2.0.3)
424+
fluent-plugin-prometheus (= 2.1.0)
424425
fluent-plugin-record-modifier (= 2.1.0)
425426
fluent-plugin-record-reformer (= 0.9.1)
426427
fluent-plugin-redis (= 0.3.5)

0 commit comments

Comments
 (0)