google-cloud-monitoring-v3 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/monitoring/v3/alert_policy_service/client.rb +3 -3
- data/lib/google/cloud/monitoring/v3/group_service/client.rb +5 -5
- data/lib/google/cloud/monitoring/v3/metric_service/client.rb +6 -6
- data/lib/google/cloud/monitoring/v3/notification_channel_service/client.rb +7 -7
- data/lib/google/cloud/monitoring/v3/service_monitoring_service/client.rb +6 -6
- data/lib/google/cloud/monitoring/v3/uptime_check_service/client.rb +4 -4
- data/lib/google/cloud/monitoring/v3/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7550a825fb1bee6b41ef2659a303b07fbf049f73b0bc85907dfdd4da82bfa256
|
4
|
+
data.tar.gz: 31449d3b8aaf744f2d7542226b620054f0db502ee068d3a2aa0242e8001d70a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddb51fe756286e3ea5d68817d71f8326b4241da39ca323700463d83609ca5a0ba4fad5ec6751dad6e9b9adffde19f9c2224be9d2926c18d0c8c36f50ec938e87
|
7
|
+
data.tar.gz: 69c463e41f9870e68720ea51f4346c105c19b6ea93aed8259f355787435fdffb66474d0402d57f51f8f1a6435a7ceabc7ea170acda91d0bdc2a88d6432838183
|
@@ -78,7 +78,7 @@ module Google
|
|
78
78
|
initial_delay: 0.1,
|
79
79
|
max_delay: 30.0,
|
80
80
|
multiplier: 1.3,
|
81
|
-
retry_codes: [
|
81
|
+
retry_codes: [4, 14]
|
82
82
|
}
|
83
83
|
|
84
84
|
default_config.rpcs.get_alert_policy.timeout = 30.0
|
@@ -86,7 +86,7 @@ module Google
|
|
86
86
|
initial_delay: 0.1,
|
87
87
|
max_delay: 30.0,
|
88
88
|
multiplier: 1.3,
|
89
|
-
retry_codes: [
|
89
|
+
retry_codes: [4, 14]
|
90
90
|
}
|
91
91
|
|
92
92
|
default_config.rpcs.create_alert_policy.timeout = 30.0
|
@@ -96,7 +96,7 @@ module Google
|
|
96
96
|
initial_delay: 0.1,
|
97
97
|
max_delay: 30.0,
|
98
98
|
multiplier: 1.3,
|
99
|
-
retry_codes: [
|
99
|
+
retry_codes: [4, 14]
|
100
100
|
}
|
101
101
|
|
102
102
|
default_config.rpcs.update_alert_policy.timeout = 30.0
|
@@ -81,7 +81,7 @@ module Google
|
|
81
81
|
initial_delay: 0.1,
|
82
82
|
max_delay: 30.0,
|
83
83
|
multiplier: 1.3,
|
84
|
-
retry_codes: [
|
84
|
+
retry_codes: [4, 14]
|
85
85
|
}
|
86
86
|
|
87
87
|
default_config.rpcs.get_group.timeout = 30.0
|
@@ -89,7 +89,7 @@ module Google
|
|
89
89
|
initial_delay: 0.1,
|
90
90
|
max_delay: 30.0,
|
91
91
|
multiplier: 1.3,
|
92
|
-
retry_codes: [
|
92
|
+
retry_codes: [4, 14]
|
93
93
|
}
|
94
94
|
|
95
95
|
default_config.rpcs.create_group.timeout = 30.0
|
@@ -99,7 +99,7 @@ module Google
|
|
99
99
|
initial_delay: 0.1,
|
100
100
|
max_delay: 30.0,
|
101
101
|
multiplier: 1.3,
|
102
|
-
retry_codes: [
|
102
|
+
retry_codes: [4, 14]
|
103
103
|
}
|
104
104
|
|
105
105
|
default_config.rpcs.delete_group.timeout = 30.0
|
@@ -107,7 +107,7 @@ module Google
|
|
107
107
|
initial_delay: 0.1,
|
108
108
|
max_delay: 30.0,
|
109
109
|
multiplier: 1.3,
|
110
|
-
retry_codes: [
|
110
|
+
retry_codes: [4, 14]
|
111
111
|
}
|
112
112
|
|
113
113
|
default_config.rpcs.list_group_members.timeout = 30.0
|
@@ -115,7 +115,7 @@ module Google
|
|
115
115
|
initial_delay: 0.1,
|
116
116
|
max_delay: 30.0,
|
117
117
|
multiplier: 1.3,
|
118
|
-
retry_codes: [
|
118
|
+
retry_codes: [4, 14]
|
119
119
|
}
|
120
120
|
|
121
121
|
default_config
|
@@ -71,7 +71,7 @@ module Google
|
|
71
71
|
initial_delay: 0.1,
|
72
72
|
max_delay: 30.0,
|
73
73
|
multiplier: 1.3,
|
74
|
-
retry_codes: [
|
74
|
+
retry_codes: [4, 14]
|
75
75
|
}
|
76
76
|
|
77
77
|
default_config.rpcs.get_monitored_resource_descriptor.timeout = 30.0
|
@@ -79,7 +79,7 @@ module Google
|
|
79
79
|
initial_delay: 0.1,
|
80
80
|
max_delay: 30.0,
|
81
81
|
multiplier: 1.3,
|
82
|
-
retry_codes: [
|
82
|
+
retry_codes: [4, 14]
|
83
83
|
}
|
84
84
|
|
85
85
|
default_config.rpcs.list_metric_descriptors.timeout = 30.0
|
@@ -87,7 +87,7 @@ module Google
|
|
87
87
|
initial_delay: 0.1,
|
88
88
|
max_delay: 30.0,
|
89
89
|
multiplier: 1.3,
|
90
|
-
retry_codes: [
|
90
|
+
retry_codes: [4, 14]
|
91
91
|
}
|
92
92
|
|
93
93
|
default_config.rpcs.get_metric_descriptor.timeout = 30.0
|
@@ -95,7 +95,7 @@ module Google
|
|
95
95
|
initial_delay: 0.1,
|
96
96
|
max_delay: 30.0,
|
97
97
|
multiplier: 1.3,
|
98
|
-
retry_codes: [
|
98
|
+
retry_codes: [4, 14]
|
99
99
|
}
|
100
100
|
|
101
101
|
default_config.rpcs.create_metric_descriptor.timeout = 12.0
|
@@ -105,7 +105,7 @@ module Google
|
|
105
105
|
initial_delay: 0.1,
|
106
106
|
max_delay: 30.0,
|
107
107
|
multiplier: 1.3,
|
108
|
-
retry_codes: [
|
108
|
+
retry_codes: [4, 14]
|
109
109
|
}
|
110
110
|
|
111
111
|
default_config.rpcs.list_time_series.timeout = 30.0
|
@@ -113,7 +113,7 @@ module Google
|
|
113
113
|
initial_delay: 0.1,
|
114
114
|
max_delay: 30.0,
|
115
115
|
multiplier: 1.3,
|
116
|
-
retry_codes: [
|
116
|
+
retry_codes: [4, 14]
|
117
117
|
}
|
118
118
|
|
119
119
|
default_config.rpcs.create_time_series.timeout = 12.0
|
@@ -71,7 +71,7 @@ module Google
|
|
71
71
|
initial_delay: 0.1,
|
72
72
|
max_delay: 30.0,
|
73
73
|
multiplier: 1.3,
|
74
|
-
retry_codes: [
|
74
|
+
retry_codes: [4, 14]
|
75
75
|
}
|
76
76
|
|
77
77
|
default_config.rpcs.get_notification_channel_descriptor.timeout = 30.0
|
@@ -79,7 +79,7 @@ module Google
|
|
79
79
|
initial_delay: 0.1,
|
80
80
|
max_delay: 30.0,
|
81
81
|
multiplier: 1.3,
|
82
|
-
retry_codes: [
|
82
|
+
retry_codes: [4, 14]
|
83
83
|
}
|
84
84
|
|
85
85
|
default_config.rpcs.list_notification_channels.timeout = 30.0
|
@@ -87,7 +87,7 @@ module Google
|
|
87
87
|
initial_delay: 0.1,
|
88
88
|
max_delay: 30.0,
|
89
89
|
multiplier: 1.3,
|
90
|
-
retry_codes: [
|
90
|
+
retry_codes: [4, 14]
|
91
91
|
}
|
92
92
|
|
93
93
|
default_config.rpcs.get_notification_channel.timeout = 30.0
|
@@ -95,7 +95,7 @@ module Google
|
|
95
95
|
initial_delay: 0.1,
|
96
96
|
max_delay: 30.0,
|
97
97
|
multiplier: 1.3,
|
98
|
-
retry_codes: [
|
98
|
+
retry_codes: [4, 14]
|
99
99
|
}
|
100
100
|
|
101
101
|
default_config.rpcs.create_notification_channel.timeout = 30.0
|
@@ -107,7 +107,7 @@ module Google
|
|
107
107
|
initial_delay: 0.1,
|
108
108
|
max_delay: 30.0,
|
109
109
|
multiplier: 1.3,
|
110
|
-
retry_codes: [
|
110
|
+
retry_codes: [4, 14]
|
111
111
|
}
|
112
112
|
|
113
113
|
default_config.rpcs.send_notification_channel_verification_code.timeout = 30.0
|
@@ -117,7 +117,7 @@ module Google
|
|
117
117
|
initial_delay: 0.1,
|
118
118
|
max_delay: 30.0,
|
119
119
|
multiplier: 1.3,
|
120
|
-
retry_codes: [
|
120
|
+
retry_codes: [4, 14]
|
121
121
|
}
|
122
122
|
|
123
123
|
default_config.rpcs.verify_notification_channel.timeout = 30.0
|
@@ -125,7 +125,7 @@ module Google
|
|
125
125
|
initial_delay: 0.1,
|
126
126
|
max_delay: 30.0,
|
127
127
|
multiplier: 1.3,
|
128
|
-
retry_codes: [
|
128
|
+
retry_codes: [4, 14]
|
129
129
|
}
|
130
130
|
|
131
131
|
default_config
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
initial_delay: 0.1,
|
76
76
|
max_delay: 30.0,
|
77
77
|
multiplier: 1.3,
|
78
|
-
retry_codes: [
|
78
|
+
retry_codes: [4, 14]
|
79
79
|
}
|
80
80
|
|
81
81
|
default_config.rpcs.list_services.timeout = 30.0
|
@@ -83,7 +83,7 @@ module Google
|
|
83
83
|
initial_delay: 0.1,
|
84
84
|
max_delay: 30.0,
|
85
85
|
multiplier: 1.3,
|
86
|
-
retry_codes: [
|
86
|
+
retry_codes: [4, 14]
|
87
87
|
}
|
88
88
|
|
89
89
|
default_config.rpcs.update_service.timeout = 30.0
|
@@ -93,7 +93,7 @@ module Google
|
|
93
93
|
initial_delay: 0.1,
|
94
94
|
max_delay: 30.0,
|
95
95
|
multiplier: 1.3,
|
96
|
-
retry_codes: [
|
96
|
+
retry_codes: [4, 14]
|
97
97
|
}
|
98
98
|
|
99
99
|
default_config.rpcs.create_service_level_objective.timeout = 30.0
|
@@ -103,7 +103,7 @@ module Google
|
|
103
103
|
initial_delay: 0.1,
|
104
104
|
max_delay: 30.0,
|
105
105
|
multiplier: 1.3,
|
106
|
-
retry_codes: [
|
106
|
+
retry_codes: [4, 14]
|
107
107
|
}
|
108
108
|
|
109
109
|
default_config.rpcs.list_service_level_objectives.timeout = 30.0
|
@@ -111,7 +111,7 @@ module Google
|
|
111
111
|
initial_delay: 0.1,
|
112
112
|
max_delay: 30.0,
|
113
113
|
multiplier: 1.3,
|
114
|
-
retry_codes: [
|
114
|
+
retry_codes: [4, 14]
|
115
115
|
}
|
116
116
|
|
117
117
|
default_config.rpcs.update_service_level_objective.timeout = 30.0
|
@@ -121,7 +121,7 @@ module Google
|
|
121
121
|
initial_delay: 0.1,
|
122
122
|
max_delay: 30.0,
|
123
123
|
multiplier: 1.3,
|
124
|
-
retry_codes: [
|
124
|
+
retry_codes: [4, 14]
|
125
125
|
}
|
126
126
|
|
127
127
|
default_config
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
initial_delay: 0.1,
|
78
78
|
max_delay: 30.0,
|
79
79
|
multiplier: 1.3,
|
80
|
-
retry_codes: [
|
80
|
+
retry_codes: [4, 14]
|
81
81
|
}
|
82
82
|
|
83
83
|
default_config.rpcs.get_uptime_check_config.timeout = 30.0
|
@@ -85,7 +85,7 @@ module Google
|
|
85
85
|
initial_delay: 0.1,
|
86
86
|
max_delay: 30.0,
|
87
87
|
multiplier: 1.3,
|
88
|
-
retry_codes: [
|
88
|
+
retry_codes: [4, 14]
|
89
89
|
}
|
90
90
|
|
91
91
|
default_config.rpcs.create_uptime_check_config.timeout = 30.0
|
@@ -97,7 +97,7 @@ module Google
|
|
97
97
|
initial_delay: 0.1,
|
98
98
|
max_delay: 30.0,
|
99
99
|
multiplier: 1.3,
|
100
|
-
retry_codes: [
|
100
|
+
retry_codes: [4, 14]
|
101
101
|
}
|
102
102
|
|
103
103
|
default_config.rpcs.list_uptime_check_ips.timeout = 30.0
|
@@ -105,7 +105,7 @@ module Google
|
|
105
105
|
initial_delay: 0.1,
|
106
106
|
max_delay: 30.0,
|
107
107
|
multiplier: 1.3,
|
108
|
-
retry_codes: [
|
108
|
+
retry_codes: [4, 14]
|
109
109
|
}
|
110
110
|
|
111
111
|
default_config
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-errors
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|