Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/dropwizard-metrics-spring-boot-starter
spring-boot-start-dropwizard-metrics
https://github.com/hiwepy/dropwizard-metrics-spring-boot-starter
metrics spring-boot spring-boot-starter
Last synced: 24 days ago
JSON representation
spring-boot-start-dropwizard-metrics
- Host: GitHub
- URL: https://github.com/hiwepy/dropwizard-metrics-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-11-16T12:38:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T01:53:11.000Z (4 months ago)
- Last Synced: 2024-09-12T11:41:34.994Z (4 months ago)
- Topics: metrics, spring-boot, spring-boot-starter
- Language: Java
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
${project.groupId}
dropwizard-metrics-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-dropwizard-metrics](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-dropwizard-metrics "spring-boot-sample-dropwizard-metrics")