zipkin_query 0.0.2 → 0.0.3
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 +8 -8
- data/lib/zipkin_query/zipkin_query.rb +4 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
M2NlYzdkMjc4Yzk5ZGIxY2YxODIzZTljMGM5NWIyZWY0MWQ5MWZhNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzVmNzVkYjgxODY1MWFlMTIxN2FmNDM0NWU3ZWQ2ZGFhNTM0YzBkMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmNiNDk5Yzk1YjI4ZjE2ZjZiMzEzOWRmNzAxNzExZmRmZGYxYjA2NTMzMzRj
|
|
10
|
+
MWZkZmY4YTI5MzM5YWFiY2EyNzc3OWE4ZmFhNTRkMWE4OTIwZWUyYThhYmM1
|
|
11
|
+
MzUxMjdhMTQyNzc3M2NlNmVhNDJlMmM4N2ZlNTZmNjk4NzE4Y2E=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWY1NTg4N2IzYjcyNTg3Yzk1N2M5ODdjY2NhNDk4NzVlYzAwZWMxMDgxYzI3
|
|
14
|
+
OThjODMzNDBhMTNiNmFlZmRmNzdmMDY3OTMxODIxMmVjMmMwN2IwY2QyYjk3
|
|
15
|
+
OWU1ZDJlMTQxMTcxYjU1NWIxYTVlMDBkMGMyYjgzNzdjMzZmMTU=
|
|
@@ -124,7 +124,9 @@ module Zipkin
|
|
|
124
124
|
raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getTraceTimelinesByIds failed: unknown result')
|
|
125
125
|
end
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
# set adjust = [1]
|
|
128
|
+
# more info to see zipkinQuery.thrift line 79
|
|
129
|
+
def getTraceSummariesByIds(trace_ids, adjust=[1])
|
|
128
130
|
send_getTraceSummariesByIds(trace_ids, adjust)
|
|
129
131
|
return recv_getTraceSummariesByIds()
|
|
130
132
|
end
|
|
@@ -140,7 +142,7 @@ module Zipkin
|
|
|
140
142
|
raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getTraceSummariesByIds failed: unknown result')
|
|
141
143
|
end
|
|
142
144
|
|
|
143
|
-
def getTraceCombosByIds(trace_ids, adjust)
|
|
145
|
+
def getTraceCombosByIds(trace_ids, adjust=[1])
|
|
144
146
|
send_getTraceCombosByIds(trace_ids, adjust)
|
|
145
147
|
return recv_getTraceCombosByIds()
|
|
146
148
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zipkin_query
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zerd Liu
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-
|
|
13
|
+
date: 2014-09-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: thrift
|
|
@@ -54,7 +54,7 @@ files:
|
|
|
54
54
|
- lib/zipkin_query/zipkin_query.rb
|
|
55
55
|
- lib/zipkin_query/zipkin_query_constants.rb
|
|
56
56
|
- lib/zipkin_query/zipkin_query_types.rb
|
|
57
|
-
homepage:
|
|
57
|
+
homepage: https://github.com/zhaoxuan/zipkin_query
|
|
58
58
|
licenses: []
|
|
59
59
|
metadata: {}
|
|
60
60
|
post_install_message:
|