Skip to content

Commit

Permalink
v1.16-4.8/filters Update dependency fluent-plugin-prometheus to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 25646c1 commit afc7704
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion v1.16-4.8/filters/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'fluent-plugin-detect-exceptions', '0.0.15'
gem 'fluent-plugin-prometheus', '2.1.0'
gem 'fluent-plugin-prometheus', '2.2.0'
gem 'fluent-plugin-dedot_filter', '1.0.0'
gem 'fluent-plugin-geoip', '1.3.2'
gem 'fluent-plugin-tag-normaliser', '0.1.3'
Expand Down
31 changes: 21 additions & 10 deletions v1.16-4.8/filters/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.2.3)
cool.io (1.8.0)
base64 (0.2.0)
concurrent-ruby (1.3.4)
cool.io (1.9.0)
csv (3.3.0)
dig_rb (1.0.1)
drb (2.2.1)
fluent-config-regexp-type (1.0.0)
fluentd (> 1.0.0, < 2)
fluent-plugin-concat (2.5.0)
Expand All @@ -29,7 +32,7 @@ GEM
fluent-plugin-parser-logfmt (0.0.0)
fluentd (>= 1, < 2)
logfmt (~> 0.0.8)
fluent-plugin-prometheus (2.1.0)
fluent-plugin-prometheus (2.2.0)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluent-plugin-record-modifier (2.2.0)
Expand All @@ -45,10 +48,14 @@ GEM
fluentd (>= 0.14, < 2)
lru_redux (>= 1.0.0)
user_agent_parser (>= 2.2.0)
fluentd (1.16.3)
fluentd (1.17.1)
base64 (~> 0.2)
bundler
cool.io (>= 1.4.5, < 2.0.0)
csv (~> 3.2)
drb (~> 2.2)
http_parser.rb (>= 0.5.1, < 0.9.0)
logger (~> 1.6)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.3.2, < 3.0.0)
sigdump (~> 0.2.5)
Expand All @@ -61,20 +68,24 @@ GEM
geoip2_c (0.3.4)
http_parser.rb (0.8.0)
logfmt (0.0.10)
logger (1.6.1)
lru_redux (1.1.0)
msgpack (1.7.2)
msgpack (1.7.5)
myslog (0.1.1)
prometheus-client (4.2.1)
serverengine (2.3.2)
prometheus-client (4.2.3)
base64
serverengine (2.4.0)
base64 (~> 0.1)
logger (~> 1.4)
sigdump (~> 0.2.2)
sigdump (0.2.5)
strptime (0.2.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.4)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
user_agent_parser (2.16.0)
webrick (1.8.2)
webrick (1.9.0)
yajl-ruby (1.4.3)

PLATFORMS
Expand All @@ -90,7 +101,7 @@ DEPENDENCIES
fluent-plugin-multi-format-parser (= 1.1.0)
fluent-plugin-mysqlslowquery (= 0.0.9)
fluent-plugin-parser-logfmt (= 0.0.0)
fluent-plugin-prometheus (= 2.1.0)
fluent-plugin-prometheus (= 2.2.0)
fluent-plugin-record-modifier (= 2.2.0)
fluent-plugin-rewrite-tag-filter (= 2.4.0)
fluent-plugin-tag-normaliser (= 0.1.3)
Expand Down

0 comments on commit afc7704

Please sign in to comment.