Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jeffweiss/plug_statsd

Tags

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jeffweiss Jeff Weiss

Verified

This tag was signed with the committer’s verified signature.
jeffweiss Jeff Weiss

0.3.0

Toggle 0.3.0's commit message
tag 0.3.0

0.2.1

Toggle 0.2.1's commit message
Allow custom functions in metric segments

Prior to this commit, the metric name could only have static text or the
results of a `Plug.Statsd` function. This commit allows the user to
expand beyond these and add their own segments as a 2-arity function.

0.2.0

Toggle 0.2.0's commit message
(#3) Enable configurable metrics

Prior to this commit, the payloads sent by Plug.Statsd were static in
shape; the user had no way (other than forking and changing code) to
alter which aspects of a request/response were part of a statsd metric
and in which order. This commit allows for the metrics to be defined in
the mix config and provides a path for the user to select which elements
they wish to be part of their statsd metric name, in which order,
include any custom text if desired, and set the sampling rate for that
metric.

Close #3.