1
0
Форкнуть 0
This commit is contained in:
Wesley Yao 2018-03-02 20:13:18 -08:00 коммит произвёл GitHub
Родитель 5460b9ff1b
Коммит e0499dc436
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ require 'net/http'
module Fluent
module Plugin
class ClouderametricsInput < Fluent::Plugin::Input
# Register plugin. NAME is the name of this plugin
# Register plugin. clouderametrics is the name of this plugin
# and it identifes the plugin in the config file
Fluent::Plugin.register_input("clouderametrics", self)