Skip to content

osmocom/exometer_report_statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exometer_report_statsd

Below is an example of the StatsD reporter application environment, with its correct location in the hierarchy:

{exometer_core, [
    {report, [
        {reporters, [
            {exometer_report_statsd, [
                {hostname, "testhost"},
                {port, 4125},
                {prefix, "prefix_"},
                {type_map, []}
            ]}
        ]}
    ]}
]}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%