Skip to content

Commit 8679220

Browse files
authored
Fix mon reginos (GoogleCloudPlatform#798)
1 parent 0d7fd94 commit 8679220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/api/v3/cloud-client/snippets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ def get_monitored_resource_descriptor(type_):
128128

129129

130130
def get_metric_descriptor(type_):
131-
# [START get_monitored_resources]
131+
# [START get_metric_descriptor]
132132
client = monitoring.Client()
133133
print(client.fetch_metric_descriptor(type_))
134-
# [END get_monitored_resources]
134+
# [END get_metric_descriptor]
135135

136136

137137
if __name__ == '__main__':

0 commit comments

Comments
 (0)