fluent-plugin-datadog-log 0.1.0.rc5 → 0.1.0.rc6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef9ed5f3814abf3c96d3658878c416efae5a5331
|
4
|
+
data.tar.gz: a1db7f7c2c7534cbcc037c7eb1a5e2f3daeab860
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4620f9e665fcf9e1e5fb218cd6be094cfc22f314e0573f494a93992c666aee61e3678a12d4ad9f408a4c78b46f900f05472f44879260cd501cafb621fc687d1b
|
7
|
+
data.tar.gz: 1435a3d5d3f5470252912fe7a8e00f8d802cc411f6a42e9e97b6f2157f57c0627f3bdb5fab6fddd5a5fb66ce1804fa47224aeae9177759ab0939205cd814a013
|
data/Gemfile.lock
CHANGED
@@ -8,7 +8,7 @@ eos
|
|
8
8
|
gem.homepage = \
|
9
9
|
'https://github.com/mumoshu/fluent-plugin-datadog-log'
|
10
10
|
gem.license = 'Apache-2.0'
|
11
|
-
gem.version = '0.1.0.
|
11
|
+
gem.version = '0.1.0.rc6'
|
12
12
|
gem.authors = ['Yusuke KUOKA']
|
13
13
|
gem.email = ['ykuoka@gmail.com']
|
14
14
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
|
@@ -25,7 +25,7 @@ require_relative 'monitoring'
|
|
25
25
|
module Fluent::Plugin
|
26
26
|
# fluentd output plugin for the Datadog Log Intake API
|
27
27
|
class DatadogOutput < ::Fluent::Plugin::Output
|
28
|
-
Fluent::Plugin.register_output('
|
28
|
+
Fluent::Plugin.register_output('datadog_log', self)
|
29
29
|
|
30
30
|
helpers :compat_parameters, :inject
|
31
31
|
|
@@ -337,7 +337,7 @@ module Fluent::Plugin
|
|
337
337
|
|
338
338
|
def init_api_client
|
339
339
|
@conn = ::Datadog::Log::Client.new(
|
340
|
-
log_dd_url: @
|
340
|
+
log_dd_url: @log_dd_urlr,
|
341
341
|
log_dd_port: @log_dd_port,
|
342
342
|
api_key: @api_key,
|
343
343
|
hostname: @vm_id,
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-datadog-log
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.
|
4
|
+
version: 0.1.0.rc6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yusuke KUOKA
|
@@ -163,6 +163,7 @@ files:
|
|
163
163
|
- pkg/fluent-plugin-datadog-log-0.1.0.rc2.gem
|
164
164
|
- pkg/fluent-plugin-datadog-log-0.1.0.rc3.gem
|
165
165
|
- pkg/fluent-plugin-datadog-log-0.1.0.rc4.gem
|
166
|
+
- pkg/fluent-plugin-datadog-log-0.1.0.rc5.gem
|
166
167
|
- test/helper.rb
|
167
168
|
- test/plugin/base_test.rb
|
168
169
|
- test/plugin/constants.rb
|