trisulrp 3.2.31 → 3.2.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/VERSION +1 -1
- data/lib/trisulrp/trp.proto +2 -1
- data/trisulrp.gemspec +4 -3
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecc8c2d092da52045de8e61a244669929b237dd9a2f048ccea9835c82839781f
|
4
|
+
data.tar.gz: 6f53f743ba441c9d9893a3c449eaa7d128df6926108b1e3ee7427f32ad00e4ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
3.2.32
|
data/lib/trisulrp/trp.proto
CHANGED
@@ -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;
|
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.
|
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.
|
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-
|
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.
|
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-
|
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
|