fluent-plugin-datadog 0.9.3 → 0.9.4

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: e5c070e8fcfc0fc48eff7dc34eaa78616fe8aee2
4
- data.tar.gz: 11b4d0b6c412bb6750546a5539173a3972527283
3
+ metadata.gz: 9bb7334f4455e83905e5e639446db6627ff08a0d
4
+ data.tar.gz: f2ad1a753c57da2b06d6bdad523f194cc2c433c9
5
5
  SHA512:
6
- metadata.gz: b81df0457f3dacf26bd2c35e58e1b479c294322670d6ddbfd8be8f064fcc2ad9cadd6d3328aa053e631f6f4c03fe2e4cfafe06930a922cde48378bcbb57106f6
7
- data.tar.gz: e1cf90ecc37d46171a1e51d235fbe9ef04166f1b921a0f4c4be48eb89fe1c850d12f802a75dd570c0237e4eb99d02568f52af27a478ec6f333ae3f4c8c94046b
6
+ metadata.gz: 300080c87642cd9778c5fa94570be3cb4440338acc50a117b7ae9c74360541059e7287f60c502274e83c83c879e2d266ccd8fe53967c738eed5345411619f2b6
7
+ data.tar.gz: 0f2e80da442caffb92b5c2741383dc4c4577702031512594e3f3fa3ce3c0b2f8d181fe9315db9e9139897537374284d0bfedebaf7fefa2707f41ff756c305774
data/README.md CHANGED
@@ -65,5 +65,5 @@ As fluent-plugin-datadog is an output_buffer, you can set all output_buffer prop
65
65
  | **use_json**| Event format, if true, the event is sent in json format. Othwerwise, in plain text. | true |
66
66
  | **include_tag_key**| Automatically include tags in the record. | false |
67
67
  | **tag_key**| Name of the tag attribute, if they are included. | "tag" |
68
- | **use_ssl** | If true, the agent initializes a secure connection to Datadog. In clear TCP otherwise. | true |
68
+ | **use_ssl** | If true, the agent initializes a secure connection to Datadog. In clear TCP otherwise. | false |
69
69
  |**max_retries**| The number of retries before the output plugin stops. Set to -1 for unlimited retries | -1 |
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-datadog"
7
- spec.version = "0.9.3"
7
+ spec.version = "0.9.4"
8
8
  spec.authors = ["Datadog support team"]
9
9
  spec.email = ["support@datadoghq.com"]
10
10
  spec.summary = "Datadog output plugin for Fluent event collector"
@@ -128,6 +128,7 @@ class Fluent::DatadogOutput < Fluent::BufferedOutput
128
128
 
129
129
  retries = retries + 1
130
130
  data.each do |event|
131
+ log.trace "Datadog plugin: about to send event=#{event}"
131
132
  client.write(event)
132
133
  end
133
134
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-datadog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datadog support team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-05 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler