Fork me on GitHub

Librato is a cloud-based metrics database and dashboard service.

Add the following dependency to your application pom.xml.

<dependency>
    <groupId>ro.pippo</groupId>
    <artifactId>pippo-metrics-librato</artifactId>
    <version>${pippo.version}</version>
</dependency>

Add the following settings to your application.properties.

metrics.librato.enabled = true
metrics.librato.username = person@example.com
metrics.librato.apikey = 12345cafebabe
metrics.librato.period = 60 seconds