tencentcloud-sdk-apm 3.0.685 → 3.0.686

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: f1815ff941963e5a873b658e387dfb1e01b85855
4
- data.tar.gz: 58c4f36c7689caaec3b80f0f16c34b080a1afdaa
3
+ metadata.gz: f8f075ad7406027125322527c2736ed7cbf20a56
4
+ data.tar.gz: d988cc70f7f28617e3a2418bbf6a8b0f4f100375
5
5
  SHA512:
6
- metadata.gz: 9f7d1906dd1bbc02565496e1fa1db49b8a2acf8359a0ae275d279883827054353e08715a74c0b1b5b3cf8d598967d23c413d4b091fb195ed3a0b3579c4637691
7
- data.tar.gz: e0bae245a970882dd8a0f98de90eefbfe5cad10d381913b5d0eb28e1f6c9b6297b62f90c62007d7d3da2e0014c39994638a7fd096b7d8b34928097fab473499a
6
+ metadata.gz: d25658717817c704d5cef3ecbff97e2b4e2c94aff83089b1b9d3c53e8d489ffc428d6f376fe77552d84344653d145bfb4da04ed815c3740518caca13cdbba8e3
7
+ data.tar.gz: 45b1d6380a5a8beaf3bbabdcc762529e637abef4700c9f2c3760544ef904103785c0edc3e12f440e334731daf891b0e070760b41e176346d14b13fe0253968b6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.685
1
+ 3.0.686
@@ -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.685
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-26 00:00:00.000000000 Z
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