Skip to content

This interface helps you to collect, measure and record metrics in Java applications

License

Notifications You must be signed in to change notification settings

mercadolibre/java-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metrics

Metrics interface for Java 1.7+.

For questions and support please contact [email protected]

Contents

Dependencies

You must define the repository resolver

<repository>
	<id>java-metrics-mvn-repo</id>
	<url>https://raw.github.com/mercadolibre/java-metrics/mvn-repo/</url>
	<snapshots>
	    <enabled>true</enabled>
	    <updatePolicy>always</updatePolicy>
	</snapshots>
</repository>

and the dependency itself

<dependency>
    <groupId>com.mercadolibre.metrics</groupId>
    <artifactId>metrics-core</artifactId>
    <version>0.0.1</version>
</dependency>

About

This interface helps you to collect, measure and record metrics in Java applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages