/wookiee-metrics

Wookiee Component - Metrics

Primary LanguageScalaApache License 2.0Apache-2.0

Wookiee - Component: Metrics

Build Status Coverage Status Latest Release License

Main Wookiee Project

For Configuration information see Metrics Config

The metrics component allows users to track metrics for functionality on their services. It is based off the codahale github project. It includes the following metrics:

  • Counter - A metric that simply counts the number of time some event has occurred.
  • Gauge - Instantaneous measurements of something
  • Timer - Times how long a specific event takes to complete
  • Histogram - Tracks the distribution of a stream of values.
  • Meter - Marks the occurrence of an event

For a working example of how this would work see Wookiee - Metrics Example