Skip to content

Commit

Permalink
Merge pull request #211 from erjohnso/master
Browse files Browse the repository at this point in the history
Fix copy/paste error for reading timeseries
  • Loading branch information
waprin committed Mar 1, 2016
2 parents 96a1da1 + ee947dc commit 6da2b63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monitoring/api/labeled_custom_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ def main(project_id, color, size, count):
write_custom_metric(client, project_id, now_rfc3339,
color, size, count)
print ("Reading data from custom metric timeseries...")
write_custom_metric(client, project_id, now_rfc3339, color,
size, count)
read_custom_metric(client, project_id, now_rfc3339, color, size)


if __name__ == '__main__':
Expand Down

0 comments on commit 6da2b63

Please sign in to comment.