Skip to content

Commit a6aeea2

Browse files
committed
Rrequire on top level
1 parent e8d9ae0 commit a6aeea2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/fluent/plugin/out_azure-loganalytics.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
2+
require 'msgpack'
3+
require 'time'
4+
require "azure/loganalytics/datacollectorapi/client"
35
require 'fluent/plugin/output'
46

57
module Fluent::Plugin
@@ -12,9 +14,6 @@ class AzureLogAnalyticsOutput < Output
1214

1315
def initialize
1416
super
15-
require 'msgpack'
16-
require 'time'
17-
require "azure/loganalytics/datacollectorapi/client"
1817
end
1918

2019
config_param :customer_id, :string,

0 commit comments

Comments
 (0)