allegro/go-metrics-graphite

Name: go-metrics-graphite

Owner: Allegro Tech

Description: Graphite client for the go-metrics

Created: 2018-04-04 12:11:46.0

Updated: 2018-04-04 12:44:52.0

Pushed: 2018-04-04 12:44:37.0

Homepage: null

Size: 9

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is a reporter for the go-metrics library which will post the metrics to Graphite. It was originally part of the go-metrics library itself, but has been split off to make maintenance of both the core library and the client easier.

Usage
rt "github.com/cyberdelia/go-metrics-graphite"


raphite.Graphite(metrics.DefaultRegistry,
time.Second, "some.prefix", addr)
Migrating from rcrowley/go-metrics implementation

Simply modify the import from "github.com/rcrowley/go-metrics/graphite" to "github.com/cyberdelia/go-metrics-graphite" and it should Just Work.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.