Skip to content

Commit

Permalink
Updating comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
clutchski committed Jun 19, 2012
1 parent 6c6f87e commit 8a462b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def get_metrics(self):
This is the preferred method to retrieve metrics
@return the list of samples
@rtype [(metric_name, timestamp, value, {"tags": ["tag1", "tag2]}), ...]
@rtype [(metric_name, timestamp, value, {"tags": ["tag1", "tag2"]}), ...]
"""
metrics = []
for m in self._sample_store:
Expand Down

0 comments on commit 8a462b7

Please sign in to comment.