From c1bedd96a6cd5a57a0e0929e67bcd59e56240571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 09:01:55 +0000 Subject: [PATCH 1/2] Bump telegraf from 0.8.0 to 1.0.0 Bumps [telegraf](https://github.com/jgraichen/telegraf-ruby) from 0.8.0 to 1.0.0. - [Release notes](https://github.com/jgraichen/telegraf-ruby/releases) - [Changelog](https://github.com/jgraichen/telegraf-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/jgraichen/telegraf-ruby/compare/v0.8.0...v1.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a873a674..735874f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -422,7 +422,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) structured_warnings (0.4.0) - telegraf (0.8.0) + telegraf (1.0.0) influxdb temple (0.8.2) thor (1.1.0) From a8ea6aaf79599d1a40044922a732eef644359b00 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 27 Jan 2021 10:28:13 +0100 Subject: [PATCH 2/2] Use global tag for telegraf v1+ --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index ab11beae..26f237f8 100644 --- a/config/application.rb +++ b/config/application.rb @@ -33,6 +33,6 @@ module CodeOcean config.action_cable.mount_path = '/cable' - config.telegraf.rack.tags = {application: 'codeocean'} + config.telegraf.tags = { application: 'codeocean' } end end