Use global tag for telegraf v1+

This commit is contained in:
Sebastian Serth
2021-01-27 10:28:13 +01:00
parent c1bedd96a6
commit a8ea6aaf79

View File

@ -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