google-cloud-monitoring-dashboard-v1 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/monitoring/dashboard/v1/version.rb +1 -1
- data/lib/google/monitoring/dashboard/v1/metrics_pb.rb +1 -0
- data/proto_docs/google/monitoring/dashboard/v1/metrics.rb +4 -1
- data/proto_docs/google/monitoring/dashboard/v1/table_display_options.rb +2 -2
- data/proto_docs/google/protobuf/empty.rb +0 -2
- 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: 27f6167044bd30aa90a6fa8cdd60080ebf2a41bafdd401eb7e97a48704962541
|
4
|
+
data.tar.gz: 8939c6e2d5e09dbbf4af6a37e0f6ab6707052b907f2a69cc2f7acd5535bf319b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ac0ec365da0a504e97e17edaf2b8a6a6a7f7436414a618d2af3e6931acaaa0ac731500e1840ece4f5c9b493b53db90d0c6c6be19ff2b8d108def932c87a8fcc
|
7
|
+
data.tar.gz: fec393509adb9c7bcf5f9554d811bec0a01f24bc322237ffbf6d7b769f07937f59e1599e7709b6b8df742961f5d381608545c2c1120fb9c4a087bc437258ae52
|
data/AUTHENTICATION.md
CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
|
|
114
114
|
To configure your system for this, simply:
|
115
115
|
|
116
116
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
117
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
117
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
118
118
|
3. Write code as if already authenticated.
|
119
119
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
@@ -14,6 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
optional :time_series_filter, :message, 1, "google.monitoring.dashboard.v1.TimeSeriesFilter"
|
15
15
|
optional :time_series_filter_ratio, :message, 2, "google.monitoring.dashboard.v1.TimeSeriesFilterRatio"
|
16
16
|
optional :time_series_query_language, :string, 3
|
17
|
+
optional :prometheus_query, :string, 6
|
17
18
|
end
|
18
19
|
end
|
19
20
|
add_message "google.monitoring.dashboard.v1.TimeSeriesFilter" do
|
@@ -32,7 +32,10 @@ module Google
|
|
32
32
|
# Parameters to fetch a ratio between two time series filters.
|
33
33
|
# @!attribute [rw] time_series_query_language
|
34
34
|
# @return [::String]
|
35
|
-
# A query used to fetch time series.
|
35
|
+
# A query used to fetch time series with MQL.
|
36
|
+
# @!attribute [rw] prometheus_query
|
37
|
+
# @return [::String]
|
38
|
+
# A query used to fetch time series with PromQL.
|
36
39
|
# @!attribute [rw] unit_override
|
37
40
|
# @return [::String]
|
38
41
|
# The unit of data contained in fetched time series. If non-empty, this
|
@@ -25,8 +25,8 @@ module Google
|
|
25
25
|
# Table display options that can be reused.
|
26
26
|
# @!attribute [rw] shown_columns
|
27
27
|
# @return [::Array<::String>]
|
28
|
-
# Optional.
|
29
|
-
#
|
28
|
+
# Optional. This field is unused and has been replaced by
|
29
|
+
# TimeSeriesTable.column_settings
|
30
30
|
class TableDisplayOptions
|
31
31
|
include ::Google::Protobuf::MessageExts
|
32
32
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -26,8 +26,6 @@ module Google
|
|
26
26
|
# service Foo {
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
28
28
|
# }
|
29
|
-
#
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
31
29
|
class Empty
|
32
30
|
include ::Google::Protobuf::MessageExts
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring-dashboard-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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: 2022-
|
11
|
+
date: 2022-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.12'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.12'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|