adp-fluent-plugin-graphite 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/adp-fluent-plugin-graphite.gemspec +1 -1
- data/lib/fluent/plugin/out_graphite.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdc659c05139601bebe60bb78d620f621f325eb1b6d7818b4d3cda32507b8f6b
|
|
4
|
+
data.tar.gz: b08bf8c9d21ea555b1ff54f0bb5fc474ef8957e8661f0a9aa6305ddfc5e7efd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 864cd915362d2c9911bacf8f7b65b6fa5b465dbaee05a17f89d7cc19280e55575726101a3a78d893d06fdae7597ac9e6db38d73e3196981ee66390e7c942767c
|
|
7
|
+
data.tar.gz: 43681aace2378bb5c7969eccf0c7d6567c3dc6ed2bd272be4ad24b9a0841f66aca3781c167d0b0c3968cb891254b68302122ffc25f316b46185f12c82642557c
|
|
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.name = 'adp-fluent-plugin-graphite'
|
|
6
|
-
gem.version = '0.0.
|
|
6
|
+
gem.version = '0.0.16'
|
|
7
7
|
gem.authors = ['Satoshi SUZUKI']
|
|
8
8
|
gem.email = 'studio3104.com@gmail.com'
|
|
9
9
|
gem.homepage = 'https://github.com/studio3104/fluent-plugin-graphite'
|
|
@@ -72,7 +72,7 @@ module Fluent::Plugin
|
|
|
72
72
|
def connect_client!
|
|
73
73
|
options = {
|
|
74
74
|
# Required: valid URI {udp,tcp}://host:port/?timeout=seconds
|
|
75
|
-
graphite: "
|
|
75
|
+
graphite: "tcp://#{@host}:#{@port}",
|
|
76
76
|
|
|
77
77
|
# Optional: results are aggregated in 60 seconds slices ( default is 60 )
|
|
78
78
|
slice: 60,
|