Skip to content

Commit

Permalink
chore(deps): 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 Aug 3, 2024
1 parent a8a7c1d commit fdfe046
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion logs-concentrator/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "fluent-plugin-elasticsearch", "5.4.3"
gem "fluent-plugin-opensearch", "1.1.4"
gem "fluent-plugin-prometheus", "2.1.0"
gem "fluent-plugin-prometheus", "2.2.0"
gem "fluentd", "1.16.5"
12 changes: 7 additions & 5 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ GEM
jmespath (~> 1, >= 1.6.1)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
concurrent-ruby (1.2.3)
cool.io (1.8.0)
base64 (0.2.0)
concurrent-ruby (1.3.3)
cool.io (1.8.1)
elastic-transport (8.3.2)
faraday (< 3)
multi_json
Expand Down Expand Up @@ -45,7 +46,7 @@ GEM
faraday_middleware-aws-sigv4 (~> 1.0.1)
fluentd (>= 0.14.22)
opensearch-ruby
fluent-plugin-prometheus (2.1.0)
fluent-plugin-prometheus (2.2.0)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluentd (1.16.5)
Expand All @@ -69,7 +70,8 @@ GEM
opensearch-ruby (3.3.0)
faraday (>= 1.0, < 3)
multi_json (>= 1.0)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
serverengine (2.3.2)
sigdump (~> 0.2.2)
sigdump (0.2.5)
Expand All @@ -89,7 +91,7 @@ PLATFORMS
DEPENDENCIES
fluent-plugin-elasticsearch (= 5.4.3)
fluent-plugin-opensearch (= 1.1.4)
fluent-plugin-prometheus (= 2.1.0)
fluent-plugin-prometheus (= 2.2.0)
fluentd (= 1.16.5)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion logs-dispatcher/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "fluent-plugin-datadog", "0.14.4"
gem "fluent-plugin-kubernetes_metadata_filter", "3.5.0"
gem "fluent-plugin-multi-format-parser", "1.1.0"
gem "fluent-plugin-newrelic", "1.2.3"
gem "fluent-plugin-prometheus", "2.1.0"
gem "fluent-plugin-prometheus", "2.2.0"
gem "fluent-plugin-rabbitmq", "0.1.3"
gem "fluent-plugin-record-modifier", "2.2.0"
gem "fluent-plugin-remote-syslog", "1.1"
Expand Down
7 changes: 4 additions & 3 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
fluentd (>= 0.14.0, < 2)
fluent-plugin-newrelic (1.2.3)
fluentd (>= 1.0.0)
fluent-plugin-prometheus (2.1.0)
fluent-plugin-prometheus (2.2.0)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluent-plugin-rabbitmq (0.1.3)
Expand Down Expand Up @@ -130,7 +130,8 @@ GEM
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
netrc (0.11.0)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
public_suffix (5.0.5)
rake (13.2.1)
recursive-open-struct (1.2.1)
Expand Down Expand Up @@ -162,7 +163,7 @@ DEPENDENCIES
fluent-plugin-kubernetes_metadata_filter (= 3.5.0)
fluent-plugin-multi-format-parser (= 1.1.0)
fluent-plugin-newrelic (= 1.2.3)
fluent-plugin-prometheus (= 2.1.0)
fluent-plugin-prometheus (= 2.2.0)
fluent-plugin-rabbitmq (= 0.1.3)
fluent-plugin-record-modifier (= 2.2.0)
fluent-plugin-remote-syslog (= 1.1)
Expand Down

0 comments on commit fdfe046

Please sign in to comment.