dropwizard-metrics-spring-boot-starter

Spring Boot Starter For Dropwizard Metrics

说明

基于 dropwizard-metrics 的 Spring Boot Starter 实现
翻译 metrics-spring 到 Spring Boot 项目,并进行数据库存储扩展,实现数据库度量信息存储

  1. 整合 axis2,依赖服务端模式需要的jar
  2. 提供基础的工具对象

Maven

<dependency>
    <groupId>${project.groupId}</groupId>
    <artifactId>dropwizard-metrics-spring-boot-starter</artifactId>
    <version>${project.version}</version>
</dependency>

Sample

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-dropwizard-metrics

作者:Jeebiz  创建时间:2023-03-20 23:51
最后编辑:Jeebiz  更新时间:2024-10-04 23:38