monus 0.1.4 → 0.1.5

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: c53b25cbdd34f275c1cffc6769c985f147684428
4
- data.tar.gz: b359840fcf216dcf93f26baea273547a2dd7656d
3
+ metadata.gz: c2e07d32bf02ceecba6f076d9a36f5761d88603a
4
+ data.tar.gz: cbd46daca888e4557fcf1bf6c3b710e47c05d7cd
5
5
  SHA512:
6
- metadata.gz: c722b9862c61b8ccb70de4ca21adfbfeb21f64608bd964ec99a1c87542b561a2088f7131a48ecf8cb0d258f5a988dded65768d70b5898637c257727d3c152e28
7
- data.tar.gz: 828bc71128a54d19de843e9d30d97f763bd25cf8f7115ea02c6a5101e5f10e4c3fb22aa64b0695b0e4b1ee6abd769ba357def1477e29bc1d9f604d7a743b7158
6
+ metadata.gz: 23cf5413788123080a710c8907f33add6216d01f4ae18d23d356edeb248bae219a7344c885d99cfe5e24f9222111426c3c18c24a205c7925340b89cbfcb04e55
7
+ data.tar.gz: 32d3ff3c4f2af77ff55e22c0908bb0f36cc2d2bffb0d81126547cd41f6f020e99c9aefd49391af716f6f19b77bb0fe9e2b27e2aed120002a92709de90cc43dcd
@@ -9,6 +9,7 @@ module Monus::BuiltInMetric::EmThreadpool
9
9
 
10
10
  if threadpool
11
11
  by_status = threadpool.group_by(&:status).transform_values(&:size)
12
+ by_status.default = 0
12
13
 
13
14
  total = threadpool.size
14
15
  run = by_status['run']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xanders
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-14 00:00:00.000000000 Z
11
+ date: 2019-05-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Monus is an in-process monitoring library for several backends and engines
14
14
  email: necropolis@inbox.ru