Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

appscode/metlia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLA assistant

WebsiteSlackForumTwitter

Metlia

This is a reporter for the go-metrics library which will post the metrics to ganglia.

Note

ganglia library is used to send metrics to ganglia.

Get this package using

$ go get github.com/appscode/metlia

Usage

import (
	"net"
	"time"

	"github.com/appscode/metlia"
	"github.com/rcrowley/go-metrics"
)

reg := metrics.NewRegistry()
addr, err := net.ResolveUDPAddr("udp4", "127.0.0.1:8649")

go metlia.Ganglia(reg, 30 * time.Second, addr)

License

metlia is licensed under the Apache 2.0 license. See the LICENSE file for details.

About

Ganglia reporter for go-metrics library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages