From fdfe046128a853fb5bf302cb940b3cb50686ce75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:15:50 +0000 Subject: [PATCH] chore(deps): update dependency fluent-plugin-prometheus to v2.2.0 --- logs-concentrator/Gemfile | 2 +- logs-concentrator/Gemfile.lock | 12 +++++++----- logs-dispatcher/Gemfile | 2 +- logs-dispatcher/Gemfile.lock | 7 ++++--- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/logs-concentrator/Gemfile b/logs-concentrator/Gemfile index 8b4282d8..2e0961d7 100644 --- a/logs-concentrator/Gemfile +++ b/logs-concentrator/Gemfile @@ -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" diff --git a/logs-concentrator/Gemfile.lock b/logs-concentrator/Gemfile.lock index 30fdfeaa..d35a1e67 100644 --- a/logs-concentrator/Gemfile.lock +++ b/logs-concentrator/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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 diff --git a/logs-dispatcher/Gemfile b/logs-dispatcher/Gemfile index df5b354a..b686c80a 100644 --- a/logs-dispatcher/Gemfile +++ b/logs-dispatcher/Gemfile @@ -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" diff --git a/logs-dispatcher/Gemfile.lock b/logs-dispatcher/Gemfile.lock index 36c11494..981a54db 100644 --- a/logs-dispatcher/Gemfile.lock +++ b/logs-dispatcher/Gemfile.lock @@ -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) @@ -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) @@ -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)