Skip to content

dpy1123/GraphiteJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GraphiteJ

Maven Central License

yet another graphite java client

usage

1.add dependency in pom.xml

<dependency>
    <groupId>top.devgo</groupId>
    <artifactId>graphitej</artifactId>
    <version>1.0.1</version>
</dependency>

2.start&stop

GraphiteJClient.start(prefix, host, port);//prefix will be add to all keys
GraphiteJClient.stop();

3.send metric

GraphiteJClient.sendRawMetric(keys, value, ts);

About

yet another graphite java client

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages