Skip to content

palominolabs/metrics-guice-servlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Get the artifacts

Maven:

<dependency>
  <groupId>com.palominolabs.metrics</groupId>
  <artifactId>metrics-guice-servlet</artifactId>
  <version>3.1.3-SNAPSHOT</version>
</dependency>

Gradle:

compile 'com.palominolabs.metrics:metrics-guice:3.1.3-SNAPSHOT'

Install the AdminServletModule

First, set up the Guice Servlet integration if you haven't already.

// somewhere in your Guice module setup
install(new AdminServletModule());

Use it

Your AdminServlet will now be exposed on the default URIs for metrics, health checks, etc. You can also customize the URIs used with an alternate AdminServletModule constructor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages