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 ee947dc

Browse filesBrowse files
committed
Fix copy/paste error for reading timeseries
1 parent 96a1da1 commit ee947dc
Copy full SHA for ee947dc

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-2
lines changed

‎monitoring/api/labeled_custom_metric.py

Copy file name to clipboardExpand all lines: monitoring/api/labeled_custom_metric.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ def main(project_id, color, size, count):
177177
write_custom_metric(client, project_id, now_rfc3339,
178178
color, size, count)
179179
print ("Reading data from custom metric timeseries...")
180-
write_custom_metric(client, project_id, now_rfc3339, color,
181-
size, count)
180+
read_custom_metric(client, project_id, now_rfc3339, color, size)
182181

183182

184183
if __name__ == '__main__':

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.