Sha256: 23fd9b8bfbe6080745769a24d2ffc1ac9c998e4fad95cadf61aa887966c33757
Contents?: true
Size: 562 Bytes
Versions: 2
Compression:
Stored size: 562 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.3" gem 'fluent-plugin-k8s-metrics-agg', path: 'gem/'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-k8s-metrics-agg-1.1.4 | docker/Gemfile |
fluent-plugin-k8s-metrics-agg-1.1.3 | docker/Gemfile |