Skip to content

Commit f6f1468

Browse files
chore(deps): update dependency fluent-plugin-prometheus to v2.2.1
1 parent 8065683 commit f6f1468

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

logs-concentrator/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
gem "fluent-plugin-elasticsearch", "5.4.3"
88
gem "fluent-plugin-opensearch", "1.1.5"
9-
gem "fluent-plugin-prometheus", "2.2.0"
9+
gem "fluent-plugin-prometheus", "2.2.1"
1010
gem "fluentd", "1.17.1"

logs-concentrator/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ GEM
1111
aws-sigv4 (1.10.1)
1212
aws-eventstream (~> 1, >= 1.0.2)
1313
base64 (0.2.0)
14-
concurrent-ruby (1.3.4)
14+
concurrent-ruby (1.3.5)
1515
cool.io (1.9.0)
16-
csv (3.3.0)
16+
csv (3.3.3)
1717
drb (2.2.1)
1818
elastic-transport (8.3.5)
1919
faraday (< 3)
@@ -50,7 +50,7 @@ GEM
5050
faraday_middleware-aws-sigv4 (~> 1.0.1)
5151
fluentd (>= 0.14.22)
5252
opensearch-ruby (>= 3.0.1)
53-
fluent-plugin-prometheus (2.2.0)
53+
fluent-plugin-prometheus (2.2.1)
5454
fluentd (>= 1.9.1, < 2)
5555
prometheus-client (>= 2.1.0)
5656
fluentd (1.17.1)
@@ -72,15 +72,15 @@ GEM
7272
http_parser.rb (0.8.0)
7373
jmespath (1.6.2)
7474
json (2.7.6)
75-
logger (1.6.1)
76-
msgpack (1.7.3)
75+
logger (1.6.6)
76+
msgpack (1.7.5)
7777
multi_json (1.15.0)
7878
net-http (0.4.1)
7979
uri
8080
opensearch-ruby (3.4.0)
8181
faraday (>= 1.0, < 3)
8282
multi_json (>= 1.0)
83-
prometheus-client (4.2.3)
83+
prometheus-client (4.2.4)
8484
base64
8585
serverengine (2.4.0)
8686
base64 (~> 0.1)
@@ -93,7 +93,7 @@ GEM
9393
tzinfo-data (1.2024.2)
9494
tzinfo (>= 1.0.0)
9595
uri (0.13.1)
96-
webrick (1.9.0)
96+
webrick (1.9.1)
9797
yajl-ruby (1.4.3)
9898

9999
PLATFORMS
@@ -103,7 +103,7 @@ PLATFORMS
103103
DEPENDENCIES
104104
fluent-plugin-elasticsearch (= 5.4.3)
105105
fluent-plugin-opensearch (= 1.1.5)
106-
fluent-plugin-prometheus (= 2.2.0)
106+
fluent-plugin-prometheus (= 2.2.1)
107107
fluentd (= 1.17.1)
108108

109109
BUNDLED WITH

logs-dispatcher/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "fluent-plugin-datadog", "0.14.4"
99
gem "fluent-plugin-kubernetes_metadata_filter", "3.7.1"
1010
gem "fluent-plugin-multi-format-parser", "1.1.0"
1111
gem "fluent-plugin-newrelic", "1.2.3"
12-
gem "fluent-plugin-prometheus", "2.2.0"
12+
gem "fluent-plugin-prometheus", "2.2.1"
1313
gem "fluent-plugin-rabbitmq", "0.1.4"
1414
gem "fluent-plugin-record-modifier", "2.2.0"
1515
gem "fluent-plugin-remote-syslog", "1.1"

logs-dispatcher/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GEM
3232
concurrent-ruby (1.3.5)
3333
connection_pool (2.4.1)
3434
cool.io (1.9.0)
35-
csv (3.3.2)
35+
csv (3.3.3)
3636
domain_name (0.6.20240107)
3737
drb (2.2.1)
3838
ffi (1.17.1-x86_64-linux-gnu)
@@ -59,7 +59,7 @@ GEM
5959
fluentd (>= 0.14.0, < 2)
6060
fluent-plugin-newrelic (1.2.3)
6161
fluentd (>= 1.0.0)
62-
fluent-plugin-prometheus (2.2.0)
62+
fluent-plugin-prometheus (2.2.1)
6363
fluentd (>= 1.9.1, < 2)
6464
prometheus-client (>= 2.1.0)
6565
fluent-plugin-rabbitmq (0.1.4)
@@ -127,7 +127,7 @@ GEM
127127
llhttp-ffi (0.5.0)
128128
ffi-compiler (~> 1.0)
129129
rake (~> 13.0)
130-
logger (1.6.5)
130+
logger (1.6.6)
131131
mime-types (3.6.0)
132132
logger
133133
mime-types-data (~> 3.2015)
@@ -138,7 +138,7 @@ GEM
138138
connection_pool (~> 2.2)
139139
netrc (0.11.0)
140140
ostruct (0.6.1)
141-
prometheus-client (4.2.3)
141+
prometheus-client (4.2.4)
142142
base64
143143
public_suffix (6.0.1)
144144
rake (13.2.1)
@@ -159,7 +159,7 @@ GEM
159159
syslog_protocol (0.9.2)
160160
tzinfo (2.0.6)
161161
concurrent-ruby (~> 1.0)
162-
tzinfo-data (1.2025.1)
162+
tzinfo-data (1.2025.2)
163163
tzinfo (>= 1.0.0)
164164
uuidtools (2.2.0)
165165
webrick (1.9.1)
@@ -175,7 +175,7 @@ DEPENDENCIES
175175
fluent-plugin-kubernetes_metadata_filter (= 3.7.1)
176176
fluent-plugin-multi-format-parser (= 1.1.0)
177177
fluent-plugin-newrelic (= 1.2.3)
178-
fluent-plugin-prometheus (= 2.2.0)
178+
fluent-plugin-prometheus (= 2.2.1)
179179
fluent-plugin-rabbitmq (= 0.1.4)
180180
fluent-plugin-record-modifier (= 2.2.0)
181181
fluent-plugin-remote-syslog (= 1.1)

0 commit comments

Comments
 (0)