tencentcloud-sdk-apm 1.0.335 → 1.0.336

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: 05cdb66a09b06713afe366736cfdc9c61af282c2
4
- data.tar.gz: 8fad7ceffface74188a2e75ccda19ff2e31205b3
3
+ metadata.gz: 97e6986f27eb81c6556bec5af216839d4e8bf20e
4
+ data.tar.gz: 780cf006abebaeaee4c72fb732f9192c6032959f
5
5
  SHA512:
6
- metadata.gz: 358ca7df07c89f1ed82d1a62d2b03e577a44433fa840c7fb41572b2e55c447745cd1737eb273717a418c2b80d53621f06d6cd00a3e6c56b49d8083ed74575607
7
- data.tar.gz: 7a7188f016de361cfee1a95d33531828b26cba57e9a65003391de2d7475b1e3b510f07b4984702ad41efb5b02d2cdd8dad2665b29ad2871d070944d033a63a2b
6
+ metadata.gz: 64373b6f73f5732d3803e00f8f743f7ced68e0454da5a5da88d25c107d62d3fe2f9699a7b69ef19632153c3e4b3352814b54591455143155b6f9e2a49bd0c535
7
+ data.tar.gz: 325d8f9a797ee8ac66da5a318bc4744c3c848ba9dbd0ac78fe4414cafe0103c763bc62bd02ee9424b4115a65e9aabb4dcbca02b5d26d0196e3b057986560c8bb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.335
1
+ 1.0.336
@@ -375,14 +375,17 @@ module TencentCloud
375
375
  # @type NetworkMode: String
376
376
  # @param LanguageEnvironment: 语言
377
377
  # @type LanguageEnvironment: String
378
+ # @param ReportMethod: 上报方式
379
+ # @type ReportMethod: String
378
380
 
379
- attr_accessor :InstanceId, :AgentType, :NetworkMode, :LanguageEnvironment
381
+ attr_accessor :InstanceId, :AgentType, :NetworkMode, :LanguageEnvironment, :ReportMethod
380
382
 
381
- def initialize(instanceid=nil, agenttype=nil, networkmode=nil, languageenvironment=nil)
383
+ def initialize(instanceid=nil, agenttype=nil, networkmode=nil, languageenvironment=nil, reportmethod=nil)
382
384
  @InstanceId = instanceid
383
385
  @AgentType = agenttype
384
386
  @NetworkMode = networkmode
385
387
  @LanguageEnvironment = languageenvironment
388
+ @ReportMethod = reportmethod
386
389
  end
387
390
 
388
391
  def deserialize(params)
@@ -390,6 +393,7 @@ module TencentCloud
390
393
  @AgentType = params['AgentType']
391
394
  @NetworkMode = params['NetworkMode']
392
395
  @LanguageEnvironment = params['LanguageEnvironment']
396
+ @ReportMethod = params['ReportMethod']
393
397
  end
394
398
  end
395
399
 
@@ -495,7 +499,7 @@ module TencentCloud
495
499
  # @type Metrics: Array
496
500
  # @param InstanceId: 实例ID
497
501
  # @type InstanceId: String
498
- # @param ViewName: 视图名称
502
+ # @param ViewName: 视图名称,不可自定义输入。支持:service_metric
499
503
  # @type ViewName: String
500
504
  # @param GroupBy: 聚合维度,支持:service.name(服务名)、span.kind (客户端/服务端视角)维度进行聚合。
501
505
  # @type GroupBy: Array
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: 1.0.335
4
+ version: 1.0.336
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-16 00:00:00.000000000 Z
11
+ date: 2022-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common