Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8679220

Browse filesBrowse files
authored
Fix mon reginos (GoogleCloudPlatform#798)
1 parent 0d7fd94 commit 8679220
Copy full SHA for 8679220

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: monitoring/api/v3/cloud-client/snippets.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.