Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Upgrade google.cloud.monitoring #702

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rileyjbauer
Copy link
Contributor

See relevant google-cloud-python repo directory:
https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/monitoring/google/cloud

This should address the build failures that were blocking #700

yebrahim
yebrahim previously approved these changes Aug 14, 2018
rajivpb
rajivpb previously approved these changes Aug 14, 2018
rajivpb
rajivpb previously approved these changes Aug 15, 2018
…ecause it seems the google.cloud.monitoring library made a significant change from a single Client class to a series of smaller ServiceClients, and our code seems to assume we have a single object with the functionality of multiple of these ServiceClients in various places.
# it has now been broken up into multiple subclients. Most
# of the usages I found aligned with the MetricServiceClient,
# but other uses, such as those in group_tests.py, require a
# GroupServiceClient, and there are potentially others.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand this comment. If we're not importing GroupServiceClient, what does the comment add?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants