package
Version:
v0.3.9
Opens a new window with list of versions in this module.
Published: Oct 31, 2015
License: MIT, MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package measure provides a Datastore wrapper that records metrics
using github.com/codahale/metrics.
func New(prefix string, ds datastore.Datastore) *measure
New wraps the datastore, providing metrics on the operations. The
metrics are registered with names starting with prefix and a dot.
If prefix is not unique, New will panic. Call Close to release the
prefix.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.