measure

package
v0.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2015 License: MIT, MIT Imports: 4 Imported by: 0

Documentation

Overview

Package measure provides a Datastore wrapper that records metrics using github.com/codahale/metrics.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatastoreCloser

type DatastoreCloser interface {
	datastore.Datastore
	Close() error
}

func New

func New(prefix string, ds datastore.Datastore) DatastoreCloser

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL