google-apis-monitoring_v3 0.12.0 → 0.13.0
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/CHANGELOG.md +4 -0
- data/lib/google/apis/monitoring_v3/classes.rb +16 -16
- data/lib/google/apis/monitoring_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ba6752d6eebbfea0a3936bdfa4261ed4c83f1f83ac4eb1bf6c1dc4d78bb5b50
|
4
|
+
data.tar.gz: e3a122bba63f096d9ec3c8801897aeab7bcd8d3d7db6bb7959491f52e9aafcce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcd92c738897cabe20fead8108d3eed32a8ec3ed2d06d79e8c8a472078746d3022f24bd0b8709b61601100d53205210b14295929177cd3c6349c1246b1c4a7c0
|
7
|
+
data.tar.gz: 11c18f82ef8192c07d72185b431f771d942fe689dbce48fa6bc95a83c812b16051e0bd098fc6361546334d5028a47744cc9f09f5b7252c1f4239b11a353774d2
|
data/CHANGELOG.md
CHANGED
@@ -995,8 +995,8 @@ module Google
|
|
995
995
|
# A DistributionCut defines a TimeSeries and thresholds used for measuring good
|
996
996
|
# service and total service. The TimeSeries must have ValueType = DISTRIBUTION
|
997
997
|
# and MetricKind = DELTA or MetricKind = CUMULATIVE. The computed good_service
|
998
|
-
# will be the count of values
|
999
|
-
#
|
998
|
+
# will be the estimated count of values in the Distribution that fall within the
|
999
|
+
# specified min and max.
|
1000
1000
|
class DistributionCut
|
1001
1001
|
include Google::Apis::Core::Hashable
|
1002
1002
|
|
@@ -1007,9 +1007,9 @@ module Google
|
|
1007
1007
|
# @return [String]
|
1008
1008
|
attr_accessor :distribution_filter
|
1009
1009
|
|
1010
|
-
# Range of numerical values
|
1011
|
-
#
|
1012
|
-
#
|
1010
|
+
# Range of numerical values within min and max. If the open range "< range.max"
|
1011
|
+
# is desired, set range.min = -infinity. If the open range ">= range.min" is
|
1012
|
+
# desired, set range.max = infinity.
|
1013
1013
|
# Corresponds to the JSON property `range`
|
1014
1014
|
# @return [Google::Apis::MonitoringV3::GoogleMonitoringV3Range]
|
1015
1015
|
attr_accessor :range
|
@@ -1365,9 +1365,9 @@ module Google
|
|
1365
1365
|
end
|
1366
1366
|
end
|
1367
1367
|
|
1368
|
-
# Range of numerical values
|
1369
|
-
#
|
1370
|
-
#
|
1368
|
+
# Range of numerical values within min and max. If the open range "< range.max"
|
1369
|
+
# is desired, set range.min = -infinity. If the open range ">= range.min" is
|
1370
|
+
# desired, set range.max = infinity.
|
1371
1371
|
class GoogleMonitoringV3Range
|
1372
1372
|
include Google::Apis::Core::Hashable
|
1373
1373
|
|
@@ -2496,14 +2496,14 @@ module Google
|
|
2496
2496
|
end
|
2497
2497
|
|
2498
2498
|
# A MetricRange is used when each window is good when the value x of a single
|
2499
|
-
# TimeSeries satisfies range.min <= x
|
2499
|
+
# TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must
|
2500
2500
|
# have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
|
2501
2501
|
class MetricRange
|
2502
2502
|
include Google::Apis::Core::Hashable
|
2503
2503
|
|
2504
|
-
# Range of numerical values
|
2505
|
-
#
|
2506
|
-
#
|
2504
|
+
# Range of numerical values within min and max. If the open range "< range.max"
|
2505
|
+
# is desired, set range.min = -infinity. If the open range ">= range.min" is
|
2506
|
+
# desired, set range.max = infinity.
|
2507
2507
|
# Corresponds to the JSON property `range`
|
2508
2508
|
# @return [Google::Apis::MonitoringV3::GoogleMonitoringV3Range]
|
2509
2509
|
attr_accessor :range
|
@@ -3330,8 +3330,8 @@ module Google
|
|
3330
3330
|
# A DistributionCut defines a TimeSeries and thresholds used for measuring good
|
3331
3331
|
# service and total service. The TimeSeries must have ValueType = DISTRIBUTION
|
3332
3332
|
# and MetricKind = DELTA or MetricKind = CUMULATIVE. The computed good_service
|
3333
|
-
# will be the count of values
|
3334
|
-
#
|
3333
|
+
# will be the estimated count of values in the Distribution that fall within the
|
3334
|
+
# specified min and max.
|
3335
3335
|
# Corresponds to the JSON property `distributionCut`
|
3336
3336
|
# @return [Google::Apis::MonitoringV3::DistributionCut]
|
3337
3337
|
attr_accessor :distribution_cut
|
@@ -4351,14 +4351,14 @@ module Google
|
|
4351
4351
|
attr_accessor :good_total_ratio_threshold
|
4352
4352
|
|
4353
4353
|
# A MetricRange is used when each window is good when the value x of a single
|
4354
|
-
# TimeSeries satisfies range.min <= x
|
4354
|
+
# TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must
|
4355
4355
|
# have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
|
4356
4356
|
# Corresponds to the JSON property `metricMeanInRange`
|
4357
4357
|
# @return [Google::Apis::MonitoringV3::MetricRange]
|
4358
4358
|
attr_accessor :metric_mean_in_range
|
4359
4359
|
|
4360
4360
|
# A MetricRange is used when each window is good when the value x of a single
|
4361
|
-
# TimeSeries satisfies range.min <= x
|
4361
|
+
# TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must
|
4362
4362
|
# have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
|
4363
4363
|
# Corresponds to the JSON property `metricSumInRange`
|
4364
4364
|
# @return [Google::Apis::MonitoringV3::MetricRange]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV3
|
18
18
|
# Version of the google-apis-monitoring_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|