Use global tag for telegraf v1+
This commit is contained in:
@ -33,6 +33,6 @@ module CodeOcean
|
|||||||
|
|
||||||
config.action_cable.mount_path = '/cable'
|
config.action_cable.mount_path = '/cable'
|
||||||
|
|
||||||
config.telegraf.rack.tags = {application: 'codeocean'}
|
config.telegraf.tags = { application: 'codeocean' }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user