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 +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: 97e6986f27eb81c6556bec5af216839d4e8bf20e
|
4
|
+
data.tar.gz: 780cf006abebaeaee4c72fb732f9192c6032959f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64373b6f73f5732d3803e00f8f743f7ced68e0454da5a5da88d25c107d62d3fe2f9699a7b69ef19632153c3e4b3352814b54591455143155b6f9e2a49bd0c535
|
7
|
+
data.tar.gz: 325d8f9a797ee8ac66da5a318bc4744c3c848ba9dbd0ac78fe4414cafe0103c763bc62bd02ee9424b4115a65e9aabb4dcbca02b5d26d0196e3b057986560c8bb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.336
|
data/lib/v20210622/models.rb
CHANGED
@@ -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.
|
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-
|
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
|