Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
waprin authored Feb 10, 2017
1 parent 276cf3e commit 85f0c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/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 85f0c80

Please sign in to comment.