组织ID: |
io.dropwizard.metrics |
项目ID: |
metrics-healthchecks |
版本: |
4.0.0-alpha5 |
最后修改时间: |
2019-11-30 00:26:50 |
包类型: |
jar |
标题: |
Metrics Health Checks |
描述: |
An addition to Metrics which provides the ability to run application-specific health checks,
allowing you to check your application's heath in production.
|
大小: |
20.72KB |
|
Maven引入代码: |
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-healthchecks</artifactId>
<version>4.0.0-alpha5</version>
</dependency>
|
Gradle引入代码: |
io.dropwizard.metrics:metrics-healthchecks:4.0.0-alpha5
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>4.0.0-alpha5</version>
</parent>
<artifactId>metrics-healthchecks</artifactId>
<name>Metrics Health Checks</name>
<packaging>bundle</packaging>
<description>
An addition to Metrics which provides the ability to run application-specific health checks,
allowing you to check your application's heath in production.
</description>
<dependencies>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard.metrics/metrics-healthchecks/pom.properties
META-INF/maven/io.dropwizard.metrics/metrics-healthchecks/pom.xml
com.codahale.metrics.health.AsyncHealthCheckDecorator.class
com.codahale.metrics.health.HealthCheck$1.class
com.codahale.metrics.health.HealthCheck$Result.class
com.codahale.metrics.health.HealthCheck$ResultBuilder.class
com.codahale.metrics.health.HealthCheck.class
com.codahale.metrics.health.HealthCheckFilter.class
com.codahale.metrics.health.HealthCheckRegistry$NamedThreadFactory.class
com.codahale.metrics.health.HealthCheckRegistry.class
com.codahale.metrics.health.HealthCheckRegistryListener.class
com.codahale.metrics.health.SharedHealthCheckRegistries.class
com.codahale.metrics.health.annotation.Async$InitialState.class
com.codahale.metrics.health.annotation.Async$ScheduleType.class
com.codahale.metrics.health.annotation.Async.class
com.codahale.metrics.health.jvm.ThreadDeadlockHealthCheck.class
|
依赖Jar: |
metrics-jvm-${project.version}.jar
/io.dropwizard.metrics/metrics-jvm/${project.version}
查看metrics-jvm所有版本文件
|