Skip to content

Commit

Permalink
Metric.metric_set() -> Metric.set()
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Oct 18, 2017
1 parent d313b12 commit 2b51fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsgiconf/runtime/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get(cls, key):
return uwsgi.metric_get(key)

@classmethod
def metric_set(cls, key, value, mode=None):
def set(cls, key, value, mode=None):
"""Sets metric value.
:param str|unicode key:
Expand Down

0 comments on commit 2b51fa4

Please sign in to comment.