mtr_monitor 0.14.3 → 0.14.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8d23ba285ef34672d0c8f96938ec3cfef9d5ff8
4
- data.tar.gz: 871644ffceac2078b2309c85e5bb7deeb8fbd18b
3
+ metadata.gz: ad8731368b79ae509d94f92ab2c9f085030350c3
4
+ data.tar.gz: 5c374bbb9541b9adb60f11b3591134a16a2839e7
5
5
  SHA512:
6
- metadata.gz: a09b775dc1a25dcb26b7aa4fe158d1362d1c9b64417ac825ee8e94aaa862f438ecf0a52a63cc4ca3b907c1d293a2b6bc7cd7975fdce01ca3589949a0ef37925c
7
- data.tar.gz: fc120a74a0d7cc1a26c408c5c46f9ee918fbe39c41763cd763491149aa27d28576e6dcbfeae2f993d9304b88b99f3f08861afdc9dc5c7a085042e6351085bdf0
6
+ metadata.gz: a12fcd395124ea09a38448d94aeed6ed7a4e986a00701dbbb2bb458b5f450c2223d1744463c1269f7600bfc4fbfe854f591a9ad7712466b3b5f653a2373fcefa
7
+ data.tar.gz: 424c761306cc1b3953bd3a4ddeb824b3c331475300cb46e1cbfb00a00f1a91dd144e60686df17be5b41ac83f1f678dd20ec9572273177b093ec108e5c27cf039
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mtr_monitor (0.14.3)
4
+ mtr_monitor (0.14.4)
5
5
  rt-watchman (~> 0.10.0)
6
6
 
7
7
  GEM
@@ -5,11 +5,8 @@ module MtrMonitor
5
5
  hostname = hostname.gsub(".", "-")
6
6
 
7
7
  logger.info "Submitting pulse: network.mtr.pulse, tags: #{[hostname, name]}, prefix: #{Watchman.prefix} port: #{Watchman.port}"
8
-
9
- 10.times do # To make sure pulse is successfully submitted to grafana
10
- Watchman.submit("network.mtr.pulse", 1, :gauge, :tags => [hostname, name])
11
- sleep 1
12
- end
8
+
9
+ Watchman.submit("network.mtr.pulse", 1, :gauge, :tags => [hostname, name])
13
10
 
14
11
  hops(log_path).each do |hop|
15
12
  hop_name = hop.name.gsub(".", "-").gsub("?", "q")
@@ -1,3 +1,3 @@
1
1
  module MtrMonitor
2
- VERSION = "0.14.3"
2
+ VERSION = "0.14.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtr_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.3
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - RenderedText DevOps Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-04 00:00:00.000000000 Z
11
+ date: 2018-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rt-watchman