Skip to content

Commit

Permalink
Fix metric_transformers comment description
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Moudgil committed Aug 3, 2018
1 parent 93b9000 commit 579904a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def process_metric(self, message, scraper_config, metric_transformers=None):
- call check method with the same name as the metric
- log some info if none of the above worked
`metric_transformers` fix me
`metric_transformers` is a dict of <metric name>:<function to run when the metric name is encountered>
"""
# If targeted metric, store labels
self._store_labels(message, scraper_config)
Expand Down

0 comments on commit 579904a

Please sign in to comment.