Skip to content

tlivings/hapistats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hapistats

Hapi metrics plugin for HTTP requests This plugin uses measured to gather request and memory metrics and supports statsd.

Setup

Add this plugin to your Hapi Composer Manifest.

Configuration

path - http route path for metrics data, /-/metrics by default.

statsd - an object containing statsd options.

Example:

{
    "host": "localhost",
    "port": 8125,
    "interval": 5000,
    "scope": ""
}

Viewing

Hit settings.path or /-/metrics by default.

About

Hapi plugin for tracking metrics on HTTP requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published