presto-metrics 0.0.2 → 0.1.0

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: a2047cfc99c7b2ae1bc7cf1790b42002b7cc35ae
4
- data.tar.gz: 1dbb1f6018b95ee4df0072b296c2aec51a8665b9
3
+ metadata.gz: 67e17b9feb19f715c198b3aa1dfb024acecdf4f3
4
+ data.tar.gz: e8cb9299fd641dfa73a2e2e7fe9a30d4df5e5759
5
5
  SHA512:
6
- metadata.gz: d3a593da8a9b0c7c88684877994b290056cf92f48b62f4a52c348a05b1d8bccdf4c15fe6be12993e06aa965da1c86ae76146a85de09666d6baff320c78b77c0b
7
- data.tar.gz: 6bd3af4fca2b361eb0957606a8c5899df89cf2464d6d80d35fdb089ffd99e78f7bc9d23cfd2ccc1e6dc93dcd783f1cb0f426821e97dadff18df489c243c610ad
6
+ metadata.gz: 66c4ab07df7446d229dcd61c99aba4c5c964afad16dd810901eff29004c228535fd545468700a6eba913e182c4d3a9be1eccde0f3d96012b1479c8b940fa00ca
7
+ data.tar.gz: 2fbc03bc8ab865032b384ce3ed6c40628faa82efd91b2fa7b6e4b92e403dec135414d8e73a1f9ed8f291a49d57c6ffc0d0720bb9499b2b7ab431363e9381d107
@@ -1,5 +1,5 @@
1
1
  module Presto
2
2
  module Metrics
3
- VERSION = "0.0.2"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Presto::Metrics::VERSION
9
9
  spec.authors = ["Taro L. Saito"]
10
10
  spec.email = ["leo@xerial.org"]
11
- spec.summary = "Presto metric collection library"
12
- spec.description = "Library for collecting metrics through JMX REST API (/v1/jmx/mbean) of Presto"
11
+ spec.summary = "A library for collecting metrics of Presto, a distributed SQL engine"
12
+ spec.description = "Monitoring the states of Presto coordinator and worker processes through JMX REST API (/v1/jmx/mbean)"
13
13
  spec.homepage = "https://github.com/xerial/presto-metrics"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: presto-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taro L. Saito
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Library for collecting metrics through JMX REST API (/v1/jmx/mbean) of
70
- Presto
69
+ description: Monitoring the states of Presto coordinator and worker processes through
70
+ JMX REST API (/v1/jmx/mbean)
71
71
  email:
72
72
  - leo@xerial.org
73
73
  executables: []
@@ -109,7 +109,7 @@ rubyforge_project:
109
109
  rubygems_version: 2.0.14
110
110
  signing_key:
111
111
  specification_version: 4
112
- summary: Presto metric collection library
112
+ summary: A library for collecting metrics of Presto, a distributed SQL engine
113
113
  test_files:
114
114
  - spec/presto/metrics_spec.rb
115
115
  - spec/spec_helper.rb