Skip to content

mate1/metrics-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrics Utilities

Metrics Utilities provides a Scala wrapper around dropwizard.io/metrics using InfluxDB as a data store. It is designed to help you use Metrics throughout your system easily by having a single Scala Object as an interface.

Usage

MetricsUtil.enableInfluxDbReporting("influxdb", "database", "username", "password")

MetricsUtil.getTimer("MetricName1", TimeUnit.MILLISECONDS, TimeUnit.MINUTES)
MetricsUtil.getCounter("MetricName2")
MetricsUtil.getHistogram("MetricName3")

About

Basic wrappers around Metrics to streamline it's use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •