package
0.0.0-20190222035006-49e54609ed1c
Repository: https://github.com/jacksontj/dataman.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

metrics

Things we want

  • labels: registry and metric level
  • FAST (avoid locking where possible)
  • interfaces -* make it easy for people to implement their own metric type
  • namespaced metrics (something like a registry)
  • pluggable (use with graphite, prom, etc.)
  • register AND unregister metrics

Types of metrics

  • counter
  • gauge
  • run func X to get the value: useful for things like "time since start"