Skip to content

Commit 3392770

Browse files
authored
Merge pull request #199 from kube-logging/renovate/v1.17-5.0/filters-all
v1.17-5.0/filters Update dependency fluent-plugin-prometheus to v2.2.1
2 parents 81b74e1 + 14d46e1 commit 3392770

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

v1.17-5.0/filters/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://index.rubygems.org'
22

33
gem 'fluent-plugin-detect-exceptions', '0.0.16'
4-
gem 'fluent-plugin-prometheus', '2.2.0'
4+
gem 'fluent-plugin-prometheus', '2.2.1'
55
gem 'fluent-plugin-dedot_filter', '1.0.0'
66
gem 'fluent-plugin-geoip', '1.3.2'
77
gem 'fluent-plugin-tag-normaliser', '0.1.3'

v1.17-5.0/filters/Gemfile.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
base64 (0.2.0)
55
concurrent-ruby (1.2.3)
66
cool.io (1.8.1)
7-
csv (3.3.0)
7+
csv (3.3.3)
88
dig_rb (1.0.1)
99
drb (2.2.1)
1010
fluent-config-regexp-type (1.0.0)
@@ -32,7 +32,7 @@ GEM
3232
fluent-plugin-parser-logfmt (0.0.0)
3333
fluentd (>= 1, < 2)
3434
logfmt (~> 0.0.8)
35-
fluent-plugin-prometheus (2.2.0)
35+
fluent-plugin-prometheus (2.2.1)
3636
fluentd (>= 1.9.1, < 2)
3737
prometheus-client (>= 2.1.0)
3838
fluent-plugin-record-modifier (2.2.0)
@@ -68,11 +68,12 @@ GEM
6868
geoip2_c (0.3.4)
6969
http_parser.rb (0.8.0)
7070
logfmt (0.0.10)
71-
logger (1.6.2)
71+
logger (1.6.6)
7272
lru_redux (1.1.0)
7373
msgpack (1.7.5)
7474
myslog (0.1.1)
75-
prometheus-client (4.2.1)
75+
prometheus-client (4.2.4)
76+
base64
7677
serverengine (2.3.2)
7778
sigdump (~> 0.2.2)
7879
sigdump (0.2.5)
@@ -98,7 +99,7 @@ DEPENDENCIES
9899
fluent-plugin-multi-format-parser (= 1.1.0)
99100
fluent-plugin-mysqlslowquery (= 0.0.9)
100101
fluent-plugin-parser-logfmt (= 0.0.0)
101-
fluent-plugin-prometheus (= 2.2.0)
102+
fluent-plugin-prometheus (= 2.2.1)
102103
fluent-plugin-record-modifier (= 2.2.0)
103104
fluent-plugin-rewrite-tag-filter (= 2.4.0)
104105
fluent-plugin-tag-normaliser (= 0.1.3)

0 commit comments

Comments
 (0)