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

Commit 85f0c80

Browse files
authored
1 parent 276cf3e commit 85f0c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/v3/cloud-client/snippets.py

Lines changed: 2 additions & 2 deletions
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)