tencentcloud-sdk-apm 3.0.685 → 3.0.687

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: ec8810c4001c39c5caaa083f6b8a8989669c35fd
4
+ data.tar.gz: dc88ccd6dd22f5e35cec398a28d5b91879ded872
5
5
  SHA512:
6
- metadata.gz: 9f7d1906dd1bbc02565496e1fa1db49b8a2acf8359a0ae275d279883827054353e08715a74c0b1b5b3cf8d598967d23c413d4b091fb195ed3a0b3579c4637691
7
- data.tar.gz: e0bae245a970882dd8a0f98de90eefbfe5cad10d381913b5d0eb28e1f6c9b6297b62f90c62007d7d3da2e0014c39994638a7fd096b7d8b34928097fab473499a
6
+ metadata.gz: 4f4551dde055d35ad828f8c1e2ab72620071e375b49a9904ec40cd034c2996e68698b4321f69f38552740afeabdb3ad6c29fac06d6089500d1fe57c3b2ba4ae8
7
+ data.tar.gz: 8d69ff1d46b234c2567c521c52fc13340cda19024f371060c51ca42b4d3eefceb07b5e1bc2e317137c19326ee28f6753af91998f7ec477375a837e1682f46b52
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.685
1
+ 3.0.687
@@ -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.687
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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common