trisulrp 3.2.31 → 3.2.32

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
  SHA256:
3
- metadata.gz: eb09a377482ac86a919b19eb3d9c4829be91bbfe0fcbd77429597df8047dc9ae
4
- data.tar.gz: 8c144bd549894c64879dd6d8ba24916cf627eb6024c939e9b705909a46e28072
3
+ metadata.gz: ecc8c2d092da52045de8e61a244669929b237dd9a2f048ccea9835c82839781f
4
+ data.tar.gz: 6f53f743ba441c9d9893a3c449eaa7d128df6926108b1e3ee7427f32ad00e4ef
5
5
  SHA512:
6
- metadata.gz: 75249f736dc5b485c70598f77387abd5bbe410600d311f88e09dda5142b478f6a7a9ac3291d1167d46c9eccbcf308a6b0bbfae440fa8d91ab0bd3ec637beeb2e
7
- data.tar.gz: 8ef04692441ccbebedb2e43f06d8d9fb540b21524e12d4f1beb681560f3361a88d5d6777a74e49afbdbbbe224051f5debed7627749e289abd3a5e99341056250
6
+ metadata.gz: 947c70b17e43c719c58a0b658fa8ecf2e20d9d3a87918bfef85688bfac1a9b6c7012056d09e47c90abebbab6ba8e360e8ae405fcaf3fbacd3013069c903ddbb8
7
+ data.tar.gz: a94f87ddea57b8d512978a1dbdcb9f0d8c269ffa07b2d247d059bc1c336d8d462fe56558707dfb1622d74f0e00e99fdbe6564d2bc75c9f1823cc331438364b1c
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.6.3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.31
1
+ 3.2.32
@@ -501,7 +501,7 @@ message CounterItemResponse{
501
501
  optional StatsArray maximums=5; /// if volumes_only = 1 this contains MAX(..)
502
502
  optional StatsArray minimums=6; /// if volumes_only = 1 this contains MIN(..)
503
503
  optional StatsArray samples=8; /// if volumes_only = 1 this contains SAMPLES(..)
504
- optional StatsArray percentiles=9; /// if volumes_only = 1 this contains SAMPLES(..)
504
+ optional StatsArray percentiles=9; /// if get_percentile > 0 this contains PERCENTILE(..) stream approx
505
505
  }
506
506
 
507
507
 
@@ -818,6 +818,7 @@ message TopperTrendRequest {
818
818
  optional TimeInterval time_interval=5;
819
819
  optional string key_filter=6; /// only get keys with this pattern and SYS:GROUP
820
820
  optional string inverse_key_filter=7; /// only get keys without this pattern NOT
821
+ optional bool get_key_attributes=8 [default=false]; /// if true, response keys get key_attributes as well
821
822
  }
822
823
 
823
824
  /// TopperTrendResponse
data/trisulrp.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: trisulrp 3.2.31 ruby lib
5
+ # stub: trisulrp 3.2.32 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trisulrp".freeze
9
- s.version = "3.2.31"
9
+ s.version = "3.2.32"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["vivek".freeze]
14
- s.date = "2022-04-05"
14
+ s.date = "2022-05-30"
15
15
  s.description = "This gem deals about the trisul remote protocol".freeze
16
16
  s.email = "vivek_rajagopal@yahoo.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
+ ".ruby-version",
23
24
  "Gemfile",
24
25
  "LICENSE.txt",
25
26
  "README.rdoc",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trisulrp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.31
4
+ version: 3.2.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-05 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf
@@ -89,6 +89,7 @@ extra_rdoc_files:
89
89
  - README.rdoc
90
90
  files:
91
91
  - ".document"
92
+ - ".ruby-version"
92
93
  - Gemfile
93
94
  - LICENSE.txt
94
95
  - README.rdoc