google-cloud-logging 1.10.8 → 1.10.9
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e0a56b6f77ff53c3af5343211fc4066b3c0b020565300eac6ae2f5034f9f603
|
|
4
|
+
data.tar.gz: c6f7f6e4743bb5467877ecb6a50f9fa9f414c7db232b34d7ef74430d2be8a078
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ea063d11a971c2ce63315946c4610418d148f3a1f7f6bf10e29e8c232e1a5680b8f8ee2790a023f2c357f0c2a2e4cfece85cef49a778c56aa87e6e92c162b2c
|
|
7
|
+
data.tar.gz: 1439fbef427b0c6abe1f50707b1788426bf4163c0dff656ad6b2b005b093e96ca3a3b63eb8cfeac858834a956b1cd456fa678087776e397669ee0d519239b396
|
data/CHANGELOG.md
CHANGED
|
@@ -31,7 +31,8 @@ module Google
|
|
|
31
31
|
# * The first label of the monitored resource descriptor must be
|
|
32
32
|
# `resource_container`. There are legacy monitored resource descritptors
|
|
33
33
|
# start with `project_id`.
|
|
34
|
-
# * It must include a `location` label.
|
|
34
|
+
# * It must include a `location` label.
|
|
35
|
+
# * Maximum of default 5 service defined monitored resource descriptors
|
|
35
36
|
# is allowed per service.
|
|
36
37
|
# * Maximum of default 10 labels per monitored resource is allowed.
|
|
37
38
|
#
|
|
@@ -47,6 +48,19 @@ module Google
|
|
|
47
48
|
# resource name format `"monitoredResourceDescriptors/{type}"`.
|
|
48
49
|
# @!attribute [rw] type
|
|
49
50
|
# @return [String]
|
|
51
|
+
# Required. The monitored resource type. For example, the type
|
|
52
|
+
# `cloudsql_database` represents databases in Google Cloud SQL.
|
|
53
|
+
#
|
|
54
|
+
# All service defined monitored resource types must be prefixed with the
|
|
55
|
+
# service name, in the format of `{service name}/{relative resource name}`.
|
|
56
|
+
# The relative resource name must follow:
|
|
57
|
+
#
|
|
58
|
+
# * Only upper and lower-case letters and digits are allowed.
|
|
59
|
+
# * It must start with upper case character and is recommended to use Upper
|
|
60
|
+
# Camel Case style.
|
|
61
|
+
# * The maximum number of characters allowed for the relative_resource_name
|
|
62
|
+
# is 100.
|
|
63
|
+
#
|
|
50
64
|
# Note there are legacy service monitored resources not following this rule.
|
|
51
65
|
# @!attribute [rw] display_name
|
|
52
66
|
# @return [String]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-logging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-06-
|
|
12
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|