Skip to content

Commit

Permalink
Add prometheus for metrics and upgrade some of the outdated gems. (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
voor authored and cyriltovena committed Jul 25, 2019
1 parent 476c396 commit 72a76fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fluentd/fluent-plugin-grafana-loki/docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

gem 'fluent-plugin-kubernetes_metadata_filter', '~> 0.7.0'
gem 'fluent-plugin-kubernetes_metadata_filter', '~> 2.1.6'
gem 'fluent-plugin-systemd', '~> 1.0.1'
gem 'fluentd', '1.3.2'
gem 'fluentd', '1.6.2'
gem 'fluent-plugin-multi-format-parser', '~>1.0.0'
gem 'fluent-plugin-prometheus', '~>1.4.0'

0 comments on commit 72a76fa

Please sign in to comment.