google-cloud-database_center 0.1.0 → 0.1.1
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/README.md +1 -1
- data/lib/google/cloud/database_center/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d30d58a1c6703e741e4a0b044b472df1642f0d104e318d686ba69ec39fdb083
|
|
4
|
+
data.tar.gz: c0652bc46033b22359857ed3568d728580dd597be2feee6131d3bcb927ab2860
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fe58ea944afac10cb3c88a0989b5c6348fe706d5d45b40f5a5d0cb3dec7d4069c5998130c99328dd87949e447a48ab2f10cbd07f889a8a8256d965decf62889
|
|
7
|
+
data.tar.gz: f1c4359accd4c45887365b49f9e86f210ff11c4504baeb2e55660b0f4dc06bddb358926e1f72697010a2f6a60a65a84b4da6ef4f126509e23f8dc73b742f2e8c
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Ruby Client for the Database Center API
|
|
2
2
|
|
|
3
|
-
Database Center
|
|
3
|
+
Database Center offers a comprehensive, organization-wide platform for monitoring database fleet health across various products. It simplifies management and reduces risk by automatically aggregating and summarizing key health signals, removing the need for custom dashboards. The platform provides a unified view through its dashboard and API, enabling teams focused on reliability, compliance, security, cost, and administration to quickly identify and address relevant issues within their database fleets.
|
|
4
4
|
|
|
5
5
|
The Database Center API provides access to an organization-wide, cross-product database fleet health platform. It aggregates health, security, and compliance signals from various Google Cloud databases, offering a single pane of glass to identify and manage issues.
|
|
6
6
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-database_center
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -79,10 +79,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
requirements: []
|
|
80
80
|
rubygems_version: 3.6.9
|
|
81
81
|
specification_version: 4
|
|
82
|
-
summary: Database Center
|
|
83
|
-
|
|
84
|
-
and summarizing health signals
|
|
85
|
-
|
|
86
|
-
reliability, compliance, security, cost, and
|
|
87
|
-
|
|
82
|
+
summary: Database Center offers a comprehensive, organization-wide platform for monitoring
|
|
83
|
+
database fleet health across various products. It simplifies management and reduces
|
|
84
|
+
risk by automatically aggregating and summarizing key health signals, removing the
|
|
85
|
+
need for custom dashboards. The platform provides a unified view through its dashboard
|
|
86
|
+
and API, enabling teams focused on reliability, compliance, security, cost, and
|
|
87
|
+
administration to quickly identify and address relevant issues within their database
|
|
88
|
+
fleets.
|
|
88
89
|
test_files: []
|