Netflix / rend

A memcached proxy that manages data chunking and L1 / L2 caches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement counters

ScottMansfield opened this issue · comments

This has two parts:

  1. Implementation of a counters or telemetry package
  2. Exposing the data on localhost on a documented port

The localhost interface will be used by a sidecar that will extract the counter data and do proper bucketing and local analysis before sending to the Netflix metrics system.

Implemented in #33 and #34