Skip to content

Commit

Permalink
Fix mon reginos (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
waprin committed Feb 10, 2017
1 parent 0d7fd94 commit 8679220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/api/v3/cloud-client/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ def get_monitored_resource_descriptor(type_):


def get_metric_descriptor(type_):
# [START get_monitored_resources]
# [START get_metric_descriptor]
client = monitoring.Client()
print(client.fetch_metric_descriptor(type_))
# [END get_monitored_resources]
# [END get_metric_descriptor]


if __name__ == '__main__':
Expand Down

0 comments on commit 8679220

Please sign in to comment.