/go-metrics

Primary LanguageGoOtherNOASSERTION

go-metrics

Go Reference Go Report Card

go-metrics is a Go package that provides ...

Getting Started

Installing

This assumes you already have a working Go environment, if not please see this page first.

go get will always pull the latest tagged release from the master branch.

go get github.com/ronelliott/go-metrics

Usage

Import the package into your project.

import "github.com/ronelliott/go-metrics"

Construct a new Metrics instance which can then be used ...

m := metrics.New(time.Minute)
m.Update("bucket", 100, time.Now())

See Documentation below for more detailed information.

Documentation

The code is documented and is the only documentation available. Both GoDoc and GoWalker (below) present that information in a nice format.

  • Go Reference
  • Go Walker