MCPcopy
hub / github.com/benoitc/gunicorn / histogram

Method histogram

gunicorn/instrument/statsd.py:125–126  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

123 self._sock_send("{0}{1}:{2}|ms".format(self.prefix, name, value))
124
125 def histogram(self, name, value):
126 self._sock_send("{0}{1}:{2}|h".format(self.prefix, name, value))
127
128 def _sock_send(self, msg):
129 try:

Callers 1

logMethod · 0.95

Calls 1

_sock_sendMethod · 0.95

Tested by

no test coverage detected