Skip to content

Commit 024fb9e

Browse files
authored
feat: add support for throttle plugin (#341)
Install throttle plugin in base image VDPENG-10966 Signed-off-by: jcriadomarco <[email protected]> Signed-off-by: jcriadomarco <[email protected]>
1 parent e790b11 commit 024fb9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

base-image/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ gem 'fluent-plugin-vmware-loginsight', "1.3.0"
4545
gem 'fluent-plugin-vmware-log-intelligence', "2.0.6"
4646
# fluent-plugin-mysqlslowquery is dependency for fluent-plugin-vmware-log-intelligence
4747
gem 'fluent-plugin-mysqlslowquery', "0.0.9"
48+
gem 'fluent-plugin-throttle', '0.0.5'
4849
gem 'gelf', "3.1.0"
4950
gem 'logfmt', "0.0.10"
5051
gem 'kubeclient', "~> 4.9.3"

base-image/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ GEM
187187
fluent-plugin-systemd (1.0.5)
188188
fluentd (>= 0.14.11, < 2)
189189
systemd-journal (~> 1.4.2)
190+
fluent-plugin-throttle (0.0.5)
191+
fluentd (~> 1.1)
190192
fluent-plugin-uri-parser (0.3.0)
191193
addressable
192194
fluentd (>= 0.14.0, < 2)
@@ -382,6 +384,7 @@ DEPENDENCIES
382384
fluent-plugin-splunkhec (= 2.2)
383385
fluent-plugin-sumologic_output (= 1.7.3)
384386
fluent-plugin-systemd (= 1.0.5)
387+
fluent-plugin-throttle (= 0.0.5)
385388
fluent-plugin-uri-parser (= 0.3.0)
386389
fluent-plugin-verticajson (= 0.0.6)
387390
fluent-plugin-vmware-log-intelligence (= 2.0.6)

0 commit comments

Comments
 (0)