Skip to content

eric/metriksd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Metriks Server

An experimental server for ruby metrics library called metriks.

Highlights

  • Similar to statsd
    • Receives data via UDP
    • Aggregates results from multiple data points and sends batches to a datastore
  • Receives metrics as a snappy-encoded packet of msgpack'd hashes
  • Each packet can contain more than one metric
  • Intended to be used with metriksd_reporter and metriks

Usage

Run the server:

$ metriksd -c config.yml

License

Copyright (c) 2012 Eric Lindvall

Published under the MIT License, see LICENSE

About

Server component to receive metrics from metriks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages