statsd-instrument 2.1.3 → 2.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fc69c05df312c43b484dde1e38e7d1ea4258e38
|
4
|
+
data.tar.gz: 74480d14bbbad40d9e089144735bcd982258119f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 248787123782dfebb2e8a24be83aa793ae2b7490fb9859373999446441425305c5a69c306f2c7fb58b19ee73bf2f90272f53b8e28615c64f3983c40a9f34b875
|
7
|
+
data.tar.gz: 690c614ac56b4937d6d7afec393a037491e41bf4c128efccdec92c4c2fbc62cc5f58f8b911417de171408c63f066b7b44047d33050323ad75ffb61ae0354c65c
|
@@ -89,7 +89,7 @@ module StatsD::Instrument::Backends
|
|
89
89
|
# part of a signal handler, locks cannot be acquired, so we do our best
|
90
90
|
# to try and send the command without a lock.
|
91
91
|
socket.send(command, 0) > 0
|
92
|
-
rescue SocketError, IOError, SystemCallError => e
|
92
|
+
rescue SocketError, IOError, SystemCallError, Errno::ECONNREFUSED => e
|
93
93
|
StatsD.logger.error "[StatsD] #{e.class.name}: #{e.message}"
|
94
94
|
end
|
95
95
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: statsd-instrument
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Storimer
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-07-
|
13
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|