Skip to content

Commit

Permalink
Merge pull request #100 from zalando/fix-metrics2
Browse files Browse the repository at this point in the history
Use right variable name
  • Loading branch information
rafaelcaricio committed Mar 2, 2017
2 parents a4aff0f + ea33208 commit ce16e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizzy_client/metrics.py
Expand Up @@ -33,7 +33,7 @@ def report_metric(metric_name: str, value: int, fail_silently: bool=True):

tags = {
'version': VERSION,
'lizzy': configuration.lizzy_name
'lizzy': lizzy_name
}

# noinspection PyBroadException
Expand Down

0 comments on commit ce16e1f

Please sign in to comment.