Skip to content

Commit

Permalink
fix typo in logger reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Jun 12, 2012
1 parent f9bf014 commit ed25919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrology/reporter/logger.py
Expand Up @@ -57,7 +57,7 @@ def write(self):
'count' 'count'
]) ])
if isinstance(metric, Histogram): if isinstance(metric, Histogram):
sef.log_metric(name, 'histogram', metric, [ self.log_metric(name, 'histogram', metric, [
'count', 'min', 'max', 'mean', 'stddev', 'count', 'min', 'max', 'mean', 'stddev',
], [ ], [
'median', 'percentile_95th' 'median', 'percentile_95th'
Expand Down

0 comments on commit ed25919

Please sign in to comment.