presto-metrics 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/presto/metrics.rb +1 -0
- data/lib/presto/metrics/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b37f209496ac2f07cccb2f2adf2b0e3b354d6b33
|
4
|
+
data.tar.gz: 7e63a099a4071f200a3c303e76137c43dcae5408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9c06f040f5a9e39638cb8473e941351f0cd09399adc1551b870a9fb6a5e72e8fc3fdd434b42687d15f9de70a283947c211974c6971df6fc55f9bcd67b5e9c64
|
7
|
+
data.tar.gz: 04f3a17bcfef4a0ce479ac452efebc6f6b8b90dbf2e80c42477193cbe69e145d8c2d7b4a271da4a9e91940d0db5d6a612bf914088f8bd5c2af40a2e6185a26c4
|
data/README.md
CHANGED
@@ -52,7 +52,7 @@ client.path("os:physical_memory_size")
|
|
52
52
|
# => {"free_physical_memory_size"=>55034294272}
|
53
53
|
|
54
54
|
# You can use comma-separated list of path queries
|
55
|
-
client.path("memory:heap_memory_usage
|
55
|
+
client.path("memory:heap_memory_usage/used,non_heap_memory_usage/used")
|
56
56
|
# => {"heap_memory_usage/used"=>926714864, "non_heap_memory_usage/used"=>108948488}
|
57
57
|
|
58
58
|
|
data/lib/presto/metrics.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: presto-metrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Taro L. Saito
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|