-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: complete migration of google-cloud-monitoring-dashboards #16692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jskeet
merged 4 commits into
googleapis:main
from
jskeet:regenerate-monitoring-dashboards
Apr 16, 2026
+48
−48
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
bff42f0
chore: enable monitoring-dashboards generation
jskeet 6e7ee9a
chore: add compatibility replacement for monitoring-dashboards
jskeet 592ef2d
chore: regenerate google-cloud-monitoring-dashboards with librarian
jskeet 7f1a79b
chore: add more explanation to the replacement file
jskeet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
.librarian/generator-input/client-post-processing/monitoring-dashboards-compatibility.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Copyright 2026 Google LLC | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| description: Preserve original index.rst | ||
| replacements: | ||
| - paths: [ | ||
| packages/google-cloud-monitoring-dashboards/docs/index.rst | ||
| ] | ||
| before: | | ||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| dashboard_v1/services_ | ||
| dashboard_v1/types_ | ||
| after: | | ||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| monitoring_dashboard_v1/services_ | ||
| monitoring_dashboard_v1/types_ | ||
| count: 1 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 14 additions & 15 deletions
29
packages/google-cloud-monitoring-dashboards/.repo-metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,16 @@ | ||
| { | ||
| "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", | ||
| "api_id": "monitoring.googleapis.com", | ||
| "api_shortname": "monitoring", | ||
| "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring-dashboards/latest", | ||
| "default_version": "v1", | ||
| "distribution_name": "google-cloud-monitoring-dashboards", | ||
| "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", | ||
| "language": "python", | ||
| "library_type": "GAPIC_AUTO", | ||
| "name": "monitoring-dashboards", | ||
| "name_pretty": "Monitoring Dashboards", | ||
| "product_documentation": "https://cloud.google.com/monitoring/dashboards/", | ||
| "release_level": "stable", | ||
| "repo": "googleapis/google-cloud-python", | ||
| "requires_billing": true | ||
| "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", | ||
| "api_id": "monitoring.googleapis.com", | ||
| "api_shortname": "monitoring", | ||
| "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring-dashboards/latest", | ||
| "default_version": "v1", | ||
| "distribution_name": "google-cloud-monitoring-dashboards", | ||
| "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", | ||
| "language": "python", | ||
| "library_type": "GAPIC_AUTO", | ||
| "name": "monitoring-dashboards", | ||
| "name_pretty": "Monitoring Dashboards", | ||
| "product_documentation": "https://cloud.google.com/monitoring/dashboards/", | ||
| "release_level": "stable", | ||
| "repo": "googleapis/google-cloud-python" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.