# metric **Repository Path**: xxca/metric ## Basic Information - **Project Name**: metric - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Metrics ![Build Status](https://api.travis-ci.org/codahale/metrics.png) ======= *Capturing JVM- and application-level metrics. So you know what's going on.* For more information, please see [the documentation](http://metrics.codahale.com). License ------- Copyright (c) 2010-2013 Coda Hale, Yammer.com Published under Apache Software License 2.0, see LICENSE Metrics采用微内核+插件模式实现 Metrics的核心类: MetricRegistry#metrics、MetricRegistry#listeners MetricRegistryListener Reporter Metric Metric和Reporter通过MetricRegistryListener实现关联