tencentcloud-sdk-apm 3.0.685 → 3.0.686
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +7 -3
- 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: f8f075ad7406027125322527c2736ed7cbf20a56
|
4
|
+
data.tar.gz: d988cc70f7f28617e3a2418bbf6a8b0f4f100375
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d25658717817c704d5cef3ecbff97e2b4e2c94aff83089b1b9d3c53e8d489ffc428d6f376fe77552d84344653d145bfb4da04ed815c3740518caca13cdbba8e3
|
7
|
+
data.tar.gz: 45b1d6380a5a8beaf3bbabdcc762529e637abef4700c9f2c3760544ef904103785c0edc3e12f440e334731daf891b0e070760b41e176346d14b13fe0253968b6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.686
|
data/lib/v20210622/models.rb
CHANGED
@@ -1187,7 +1187,6 @@ module TencentCloud
|
|
1187
1187
|
end
|
1188
1188
|
|
1189
1189
|
# Span对象
|
1190
|
-
|
1191
1190
|
class Span < TencentCloud::Common::AbstractModel
|
1192
1191
|
# @param TraceID: Trace Id
|
1193
1192
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1222,10 +1221,13 @@ module TencentCloud
|
|
1222
1221
|
# @param StartTimeMillis: 产生时间戳(毫秒)
|
1223
1222
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1224
1223
|
# @type StartTimeMillis: Integer
|
1224
|
+
# @param ParentSpanID: Parent Span Id
|
1225
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1226
|
+
# @type ParentSpanID: String
|
1225
1227
|
|
1226
|
-
attr_accessor :TraceID, :Logs, :Tags, :Process, :Timestamp, :OperationName, :References, :StartTime, :Duration, :SpanID, :StartTimeMillis
|
1228
|
+
attr_accessor :TraceID, :Logs, :Tags, :Process, :Timestamp, :OperationName, :References, :StartTime, :Duration, :SpanID, :StartTimeMillis, :ParentSpanID
|
1227
1229
|
|
1228
|
-
def initialize(traceid=nil, logs=nil, tags=nil, process=nil, timestamp=nil, operationname=nil, references=nil, starttime=nil, duration=nil, spanid=nil, starttimemillis=nil)
|
1230
|
+
def initialize(traceid=nil, logs=nil, tags=nil, process=nil, timestamp=nil, operationname=nil, references=nil, starttime=nil, duration=nil, spanid=nil, starttimemillis=nil, parentspanid=nil)
|
1229
1231
|
@TraceID = traceid
|
1230
1232
|
@Logs = logs
|
1231
1233
|
@Tags = tags
|
@@ -1237,6 +1239,7 @@ module TencentCloud
|
|
1237
1239
|
@Duration = duration
|
1238
1240
|
@SpanID = spanid
|
1239
1241
|
@StartTimeMillis = starttimemillis
|
1242
|
+
@ParentSpanID = parentspanid
|
1240
1243
|
end
|
1241
1244
|
|
1242
1245
|
def deserialize(params)
|
@@ -1275,6 +1278,7 @@ module TencentCloud
|
|
1275
1278
|
@Duration = params['Duration']
|
1276
1279
|
@SpanID = params['SpanID']
|
1277
1280
|
@StartTimeMillis = params['StartTimeMillis']
|
1281
|
+
@ParentSpanID = params['ParentSpanID']
|
1278
1282
|
end
|
1279
1283
|
end
|
1280
1284
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.686
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|