The package can be installed by adding grpc_statsd
to your list of dependencies in mix.exs
:
def deps do
[
{:grpc_statsd, "~> 0.1.0"}
]
end
The hex package is at https://hex.pm/packages/grpc_statsd/. The docs can be found at https://hexdocs.pm/grpc_statsd.