Sha256: 803e5c1433adae0df3decc92c901a8a266e9abf3c3884afa77151359cffb781b
Contents?: true
Size: 510 Bytes
Versions: 1
Compression:
Stored size: 510 Bytes
Contents
source 'https://rubygems.org' # This is separate gemfile for building docker image that has all plugins # for kubernetes log collection agent # List all required gems here and install via bundler to resolve dependencies gem "fluentd", "=1.9.1" gem "fluent-plugin-prometheus", "=1.7.0" gem "fluent-plugin-record-modifier", "=2.1.0" gem "kubeclient", "=4.6.0" gem "oj", "=3.10.2" gem 'multi_json', '=1.14.1' gem 'http_parser.rb', '=0.5.3' gem 'bigdecimal', '=1.4.3' gem "fluent-plugin-splunk-hec", "= 1.2.1"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-k8s-metrics-agg-1.1.2 | docker/Gemfile |