Skip to content

Commit

Permalink
Simplify the :prefix option description
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Apr 16, 2018
1 parent 0e50c12 commit 11933f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/statix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ defmodule Statix do
The following is a list of all the supported options:
* `:prefix` - (binary or `nil`) all metrics sent to the StatsD-compatible
* `:prefix` - (binary) all metrics sent to the StatsD-compatible
server through the configured Statix connection will be prefixed with the
value of this option. If `nil`, metrics will not be prefixed. Defaults to
`nil`.
* `:host` - (binary) the host where the StatsD-compatible server lives.
value of this option. By default this option is not present.
* `:host` - (binary) the host where the StatsD-compatible server is running.
Defaults to `"127.0.0.1"`.
* `:port` - (integer) the port (on `:host`) where the StatsD-compatible
server is running. Defaults to `8125`.
Expand Down

0 comments on commit 11933f1

Please sign in to comment.