| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы Metrics Тестирование приложения и мониторинг Monitoring |
| Группа | Группаio.github.mmccuiston |
| Идентификатор | Идентификаторdropwizard-metrics-cloudwatch |
| Последняя версия | Последняя версия1.0.14 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcodahale-aggregated-metrics-cloudwatch-reporter
This is a CloudWatch Reporter for the stable version of Dropwizard Metrics (formerly CodaHale & Yammer Metrics). The reporter is an implementation of ScheduledReporter from Dropwizard Metrics v3.1. Each reportable value in CodeHale Metric is reported as a separate MetricDatum
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/io.github.mmccuiston/dropwizard-metrics-cloudwatch/ -->
<dependency>
<groupId>io.github.mmccuiston</groupId>
<artifactId>dropwizard-metrics-cloudwatch</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmccuiston/dropwizard-metrics-cloudwatch/
implementation 'io.github.mmccuiston:dropwizard-metrics-cloudwatch:1.0.14'
// https://jarcasting.com/artifacts/io.github.mmccuiston/dropwizard-metrics-cloudwatch/
implementation ("io.github.mmccuiston:dropwizard-metrics-cloudwatch:1.0.14")
'io.github.mmccuiston:dropwizard-metrics-cloudwatch:jar:1.0.14'
<dependency org="io.github.mmccuiston" name="dropwizard-metrics-cloudwatch" rev="1.0.14">
<artifact name="dropwizard-metrics-cloudwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mmccuiston', module='dropwizard-metrics-cloudwatch', version='1.0.14')
)
libraryDependencies += "io.github.mmccuiston" % "dropwizard-metrics-cloudwatch" % "1.0.14"
[io.github.mmccuiston/dropwizard-metrics-cloudwatch "1.0.14"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.dropwizard.metrics : metrics-core | jar | 4.1.0 |
| io.dropwizard.metrics : metrics-jvm | jar | 4.1.0 |
| software.amazon.awssdk : cloudwatch | jar | 2.7.19 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 1.10.19 |
| junit : junit | jar | 4.12 |
| com.google.truth : truth | jar | 0.32 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |