We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d9ae0 commit a6aeea2Copy full SHA for a6aeea2
lib/fluent/plugin/out_azure-loganalytics.rb
@@ -1,5 +1,7 @@
1
# -*- coding: utf-8 -*-
2
-
+require 'msgpack'
3
+require 'time'
4
+require "azure/loganalytics/datacollectorapi/client"
5
require 'fluent/plugin/output'
6
7
module Fluent::Plugin
@@ -12,9 +14,6 @@ class AzureLogAnalyticsOutput < Output
12
14
13
15
def initialize
16
super
- require 'msgpack'
- require 'time'
17
- require "azure/loganalytics/datacollectorapi/client"
18
end
19
20
config_param :customer_id, :string,
0 commit comments