Skip to content

mapkyca/KnownStatsD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

StatsD plugin for Known

StatsD is a Node.JS stats server created by the people at etsy to provide a simple way of logging useful statistics from software.

These statistics are an invaluable way of monitoring the performance of your application, monitoring the performance of software changes and diagnosing faults.

This is an Known plugin for interfacing your application to a StatsD server.

What this plugin does

This plugin gives you an overview of what is happening in your Known install by logging important system level things - events, errors, exceptions etc.

This lets you get a very clear idea of how your Known network is performing, and quickly see the effect that changes have on your users.

Installation

statistics_collector = IdnoPlugins\StatsD\StatsDStatisticsCollector;
statsd_enabled = true;

Optionally you can specify the following configuration options:

statsd_host = localhost
statsd_port = 8125
statsd_bucket = some_name
statsd_samplerate = 1 

statsd_samplerate being the default sample rate, on busy systems you might want to set this to something like 0.1, to save every one in ten actions

If all the backend and infrastructure stuff has been set up correctly you should now be recording numerous performance statistics about your Known installation.

See

About

Etsy StatsD statistics collection support for Known

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages