mtr_monitor 0.14.2 → 0.14.3

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: bf2f55e4ec8aa4498e12b6e4b411427e77bb8820
4
- data.tar.gz: a89811b1024b6d61e2f41cf003ba0cd6136b0631
3
+ metadata.gz: d8d23ba285ef34672d0c8f96938ec3cfef9d5ff8
4
+ data.tar.gz: 871644ffceac2078b2309c85e5bb7deeb8fbd18b
5
5
  SHA512:
6
- metadata.gz: 8464b6acc5efd39778ca4cf5d94d9d774b95065934dafb780700e4973393db43517ad8fed929d73e0a1d8c7d8ca1a4ccd07e1abecf49cf68fe2cb6ad0164f71d
7
- data.tar.gz: 49829aefd7bc9a3ce06c6c860d485ba9fa3fa60408ac61d24489b28bc3124a512e69b2212c88554fa5bf2718b09158e9e9829a7918be248739790696ecc69b6f
6
+ metadata.gz: a09b775dc1a25dcb26b7aa4fe158d1362d1c9b64417ac825ee8e94aaa862f438ecf0a52a63cc4ca3b907c1d293a2b6bc7cd7975fdce01ca3589949a0ef37925c
7
+ data.tar.gz: fc120a74a0d7cc1a26c408c5c46f9ee918fbe39c41763cd763491149aa27d28576e6dcbfeae2f993d9304b88b99f3f08861afdc9dc5c7a085042e6351085bdf0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mtr_monitor (0.14.2)
4
+ mtr_monitor (0.14.3)
5
5
  rt-watchman (~> 0.10.0)
6
6
 
7
7
  GEM
@@ -6,9 +6,9 @@ module MtrMonitor
6
6
 
7
7
  logger.info "Submitting pulse: network.mtr.pulse, tags: #{[hostname, name]}, prefix: #{Watchman.prefix} port: #{Watchman.port}"
8
8
 
9
- 2.times do # To make sure pulse is successfully submitted to grafana
9
+ 10.times do # To make sure pulse is successfully submitted to grafana
10
10
  Watchman.submit("network.mtr.pulse", 1, :gauge, :tags => [hostname, name])
11
- sleep 5
11
+ sleep 1
12
12
  end
13
13
 
14
14
  hops(log_path).each do |hop|
@@ -1,3 +1,3 @@
1
1
  module MtrMonitor
2
- VERSION = "0.14.2"
2
+ VERSION = "0.14.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtr_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RenderedText DevOps Team