Metrics Reporting Provider for instrumentalapp.com

A reporter for Metrics which announces measurements to Instrumentalapp.

Лицензия

Лицензия

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring
Группа

Группа

com.e-gineering
Идентификатор

Идентификатор

metrics-instrumental
Последняя версия

Последняя версия

3.1.0.1
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Metrics Reporting Provider for instrumentalapp.com
A reporter for Metrics which announces measurements to Instrumentalapp.
Ссылка на сайт

Ссылка на сайт

https://github.com/egineering-llc/metrics-instrumental
Организация-разработчик

Организация-разработчик

E-Gineering, LLC.
Система контроля версий

Система контроля версий

https://github.com/egineering-llc/metrics-instrumental

Скачать metrics-instrumental

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.dropwizard.metrics : metrics-core jar 3.1.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.assertj : assertj-core jar 1.6.1
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

metrics-instrumental Build Status

This is a reporter for the Dropwizard Metrics library which publishes metrics to Instrumental, a cloud-based metrics tool.

Example Usage

If you're using maven, add the following dependency

<dependency>
  <groupId>com.e-gineering</groupId>
  <artifactId>metrics-instrumental</artifactId>
  <version>3.1.0.1</version>
</dependency>

Then, somewhere in your code, create an Instrumental instance with your api key, and start a reporter.

Instrumental instrumental = new Instrumental("your_api_key");
instrumental.notice("Starting up...");
InstrumentalReporter instrumentalReporter = InstrumentalReporter.forRegistry(registry)
                                                                .convertRatesTo(TimeUnit.SECONDS)
                                                                .convertDurationsTo(TimeUnit.MILLISECONDS)
                                                                .build(instrumental);
reporter.start(5, TimeUnit.SECONDS);
com.e-gineering

E-gineering, LLC

Версии библиотеки

Версия
3.1.0.1
3.1.0