https://github.com/codahale/metrics
Score: 29.580198695645073
Last synced: about 12 hours ago
JSON representation
Repository metadata:
This is not the Java library.
- Host: GitHub
- URL: https://github.com/codahale/metrics
- Owner: codahale
- License: mit
- Archived: true
- Created: 2014-08-23T17:55:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T22:46:42.000Z (over 9 years ago)
- Last Synced: 2025-11-10T03:08:19.162Z (3 months ago)
- Language: Go
- Homepage: https://github.com/dropwizard/metrics
- Size: 42 KB
- Stars: 447
- Watchers: 26
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Coda Hale
- Login: codahale
- Email:
- Kind: user
- Description: A real person.
- Website: https://codahale.com
- Location: Fort Collins, CO
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/207?u=bca8f37568423d246fcbec047a92ec4b89280b51&v=4
- Repositories: 116
- Last Synced at: 2023-04-10T21:25:44.623Z
- Profile URL: https://github.com/codahale
GitHub Events
Total
- Watch event: 1
- Total: 1
Last Year
- Watch event: 1
- Total: 1
Committers metadata
Last synced: 3 months ago
Total Commits: 34
Total Committers: 10
Avg Commits per committer: 3.4
Development Distribution Score (DDS): 0.353
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Coda Hale | c****e@g****m | 22 |
| Aldrin Leal | a****n@l****r | 4 |
| taylorchu | t****u@g****m | 1 |
| Ken Sedgwick | k****n@b****m | 1 |
| Keith Rarick | k****r@x****s | 1 |
| Jack Flintermann | j****k@s****m | 1 |
| Henry | c****x@r****t | 1 |
| Collin Van Dyck | c****k@g****m | 1 |
| Andrew Metcalf | a****w@s****m | 1 |
| Adrian Cockcroft | a****t@g****m | 1 |
Issue and Pull Request metadata
Last synced: 6 months ago
Total issues: 6
Total pull requests: 10
Average time to close issues: 29 days
Average time to close pull requests: about 5 hours
Total issue authors: 6
Total pull request authors: 10
Average comments per issue: 1.5
Average comments per pull request: 1.2
Merged pull request: 9
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- ksedgwic (1)
- tbrizard (1)
- YossiShasha (1)
- AlekSi (1)
- xiang90 (1)
- ryantenney (1)
Top Pull Request Authors
- adrianco (1)
- cryptix (1)
- jflinter (1)
- aldrinleal (1)
- taylorchu (1)
- collinvandyck (1)
- ksedgwic (1)
- kr (1)
- korbjt (1)
- metcalf (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 43
- Total downloads: unknown
- Total docker downloads: 1,571,101,126
- Total dependent packages: 1,631 (may contain duplicates)
- Total dependent repositories: 14,327 (may contain duplicates)
- Total versions: 362
proxy.golang.org: github.com/codahale/metrics
Package metrics provides minimalist instrumentation for your applications in the form of counters and gauges. A counter is a monotonically-increasing, unsigned, 64-bit integer used to represent the number of times an event has occurred. By tracking the deltas between measurements of a counter over intervals of time, an aggregation layer can derive rates, acceleration, etc. A gauge returns instantaneous measurements of something using signed, 64-bit integers. This value does not need to be monotonic. A histogram tracks the distribution of a stream of values (e.g. the number of milliseconds it takes to handle requests), adding gauges for the values at meaningful quantiles: 50th, 75th, 90th, 95th, 99th, 99.9th. Measurements from counters and gauges are available as expvars. Your service should return its expvars from an HTTP endpoint (i.e., /debug/vars) as a JSON object.
- Homepage: https://github.com/codahale/metrics
- Documentation: https://pkg.go.dev/github.com/codahale/metrics#section-documentation
- Licenses: MIT
- Latest release: v0.0.0-20160929224642-bc2005d86c79 (published over 9 years ago)
- Last Synced: 2025-12-17T23:34:18.626Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 3
- Dependent Repositories: 14
-
Rankings:
- Dependent repos count: 1.437%
- Stargazers count: 2.695%
- Average: 2.74%
- Dependent packages count: 3.378%
- Forks count: 3.45%
proxy.golang.org: github.com/codahale/Metrics
Package metrics provides minimalist instrumentation for your applications in the form of counters and gauges. A counter is a monotonically-increasing, unsigned, 64-bit integer used to represent the number of times an event has occurred. By tracking the deltas between measurements of a counter over intervals of time, an aggregation layer can derive rates, acceleration, etc. A gauge returns instantaneous measurements of something using signed, 64-bit integers. This value does not need to be monotonic. A histogram tracks the distribution of a stream of values (e.g. the number of milliseconds it takes to handle requests), adding gauges for the values at meaningful quantiles: 50th, 75th, 90th, 95th, 99th, 99.9th. Measurements from counters and gauges are available as expvars. Your service should return its expvars from an HTTP endpoint (i.e., /debug/vars) as a JSON object.
- Homepage: https://github.com/codahale/Metrics
- Documentation: https://pkg.go.dev/github.com/codahale/Metrics#section-documentation
- Licenses: MIT
- Latest release: v0.0.0-20160929224642-bc2005d86c79 (published over 9 years ago)
- Last Synced: 2025-12-17T23:34:20.608Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.656%
- Forks count: 2.088%
- Average: 5.022%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
repo1.maven.org: com.yammer.metrics:metrics-core
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-core/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:21.860Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 408
- Dependent Repositories: 4,441
- Docker Downloads: 1,358,427,337
-
Rankings:
- Docker downloads count: 0.094%
- Dependent repos count: 0.142%
- Dependent packages count: 0.198%
- Average: 8.111%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-core
Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-core/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:19.098Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 468
- Dependent Repositories: 4,376
- Docker Downloads: 61,709,728
-
Rankings:
- Dependent repos count: 0.143%
- Dependent packages count: 0.171%
- Docker downloads count: 0.612%
- Average: 8.21%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-jvm
A set of classes which allow you to monitor critical aspects of your Java Virtual Machine using Metrics.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-jvm/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:22.856Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 79
- Dependent Repositories: 1,212
- Docker Downloads: 14,943,029
-
Rankings:
- Dependent repos count: 0.344%
- Dependent packages count: 0.912%
- Docker downloads count: 0.945%
- Average: 8.465%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-servlets
A set of utility servlets for Metrics, allowing you to expose valuable information about your production environment.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-servlets/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T21:32:54.129Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 75
- Dependent Repositories: 668
- Docker Downloads: 14,494,839
-
Rankings:
- Dependent repos count: 0.503%
- Docker downloads count: 0.948%
- Dependent packages count: 0.961%
- Average: 8.507%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-json
A set of Jackson modules which provide serializers for most Metrics classes.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-json/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:21.999Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 52
- Dependent Repositories: 816
- Docker Downloads: 14,691,834
-
Rankings:
- Dependent repos count: 0.443%
- Docker downloads count: 0.946%
- Dependent packages count: 1.328%
- Average: 8.568%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-healthchecks
An addition to Metrics which provides the ability to run application-specific health checks, allowing you to check your application's heath in production.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-healthchecks/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T14:37:02.977Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 82
- Dependent Repositories: 113
- Docker Downloads: 15,265,973
-
Rankings:
- Dependent packages count: 0.881%
- Docker downloads count: 0.942%
- Dependent repos count: 1.787%
- Average: 8.747%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-graphite
A reporter for Metrics which announces measurements to a Graphite server.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-graphite/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T00:41:13.139Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 78
- Dependent Repositories: 1,367
- Docker Downloads: 804,395
-
Rankings:
- Dependent repos count: 0.317%
- Dependent packages count: 0.924%
- Docker downloads count: 2.374%
- Average: 8.748%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-annotation
A dependency-less package of just the annotations used by other Metrics modules.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-annotation/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:22.503Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 54
- Dependent Repositories: 69
- Docker Downloads: 2,017,711
-
Rankings:
- Dependent packages count: 1.28%
- Docker downloads count: 1.627%
- Dependent repos count: 2.49%
- Average: 9.104%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-servlet
An instrumented filter for servlet environments.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-servlet/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:20.460Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 18
- Dependent Repositories: 291
- Docker Downloads: 13,484,568
-
Rankings:
- Dependent repos count: 0.893%
- Docker downloads count: 0.973%
- Dependent packages count: 3.532%
- Average: 9.104%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-annotation
A dependency-less package of just the annotations used by other Metrics modules.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-annotation/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:20.760Z (about 2 months ago)
- Versions: 14
- Dependent Packages: 26
- Dependent Repositories: 104
- Docker Downloads: 955,561
-
Rankings:
- Dependent repos count: 1.911%
- Docker downloads count: 1.928%
- Dependent packages count: 2.502%
- Average: 9.293%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-servlet
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-servlet/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:22.007Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 17
- Dependent Repositories: 118
- Docker Downloads: 6,412,303
-
Rankings:
- Docker downloads count: 1.152%
- Dependent repos count: 1.719%
- Dependent packages count: 3.724%
- Average: 9.344%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-ganglia
A reporter for Metrics which announces measurements to a Ganglia cluster.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-ganglia/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T18:33:28.049Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 33
- Dependent Repositories: 148
- Docker Downloads: 7,499
-
Rankings:
- Dependent repos count: 1.454%
- Dependent packages count: 1.984%
- Docker downloads count: 3.532%
- Average: 9.419%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-logback
An instrumented appender for Logback.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-logback/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:21.859Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 29
- Dependent Repositories: 43
- Docker Downloads: 2,258,568
-
Rankings:
- Docker downloads count: 1.596%
- Dependent packages count: 2.257%
- Dependent repos count: 3.375%
- Average: 9.47%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-graphite
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-graphite/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:20.335Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 20
- Dependent Repositories: 67
- Docker Downloads: 2,386,306
-
Rankings:
- Docker downloads count: 1.578%
- Dependent repos count: 2.534%
- Dependent packages count: 3.201%
- Average: 9.487%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-ganglia
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-ganglia/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:19.767Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 17
- Dependent Repositories: 98
- Docker Downloads: 14,512,191
-
Rankings:
- Dependent repos count: 1.973%
- Docker downloads count: 2.424%
- Dependent packages count: 3.724%
- Average: 9.649%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-jetty9
A set of extensions for Jetty 9 which provide instrumentation of thread pools, connector metrics, and application latency and utilization.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-jetty9/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:19.873Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 26
- Dependent Repositories: 24
- Docker Downloads: 2,232,909
-
Rankings:
- Docker downloads count: 1.591%
- Dependent packages count: 2.502%
- Dependent repos count: 4.858%
- Average: 9.815%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-guice
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-guice/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:23.137Z (about 2 months ago)
- Versions: 14
- Dependent Packages: 22
- Dependent Repositories: 27
- Docker Downloads: 809,896
-
Rankings:
- Docker downloads count: 1.999%
- Dependent packages count: 2.932%
- Dependent repos count: 4.531%
- Average: 9.917%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-jersey
A set of class providing Metrics integration for Jersey, the reference JAX-RS implementation.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-jersey/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:18.129Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 26
- Dependent Repositories: 23
- Docker Downloads: 809,087
-
Rankings:
- Docker downloads count: 2.0%
- Dependent packages count: 2.502%
- Dependent repos count: 4.98%
- Average: 9.921%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-httpclient
An Apache HttpClient wrapper providing Metrics instrumentation of connection pools, request durations and rates, and other useful information.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-httpclient/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:21.330Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 9
- Dependent Repositories: 19
- Docker Downloads: 13,288,353
-
Rankings:
- Docker downloads count: 0.977%
- Dependent repos count: 5.549%
- Dependent packages count: 6.7%
- Average: 10.67%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-log4j
An instrumented appender for Log4j.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-log4j/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:20.102Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 8
- Dependent Repositories: 16
- Docker Downloads: 12,330,673
-
Rankings:
- Docker downloads count: 0.991%
- Dependent repos count: 6.087%
- Dependent packages count: 7.461%
- Average: 10.932%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-logback
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-logback/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:23.366Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 12
- Dependent Repositories: 11
- Docker Downloads: 809,908
-
Rankings:
- Docker downloads count: 1.999%
- Dependent packages count: 5.16%
- Dependent repos count: 7.424%
- Average: 10.941%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-jetty
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-jetty/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:20.569Z (about 2 months ago)
- Versions: 14
- Dependent Packages: 9
- Dependent Repositories: 14
- Docker Downloads: 3,196,214
-
Rankings:
- Docker downloads count: 1.518%
- Dependent repos count: 6.557%
- Dependent packages count: 6.7%
- Average: 10.98%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-jetty8
A set of extensions for Jetty 8 which provide instrumentation of thread pools, connector metrics, and application latency and utilization.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-jetty8/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:19.434Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 9
- Dependent Repositories: 14
- Docker Downloads: 198
-
Rankings:
- Docker downloads count: 4.843%
- Dependent repos count: 6.557%
- Dependent packages count: 6.7%
- Average: 11.645%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-web
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-web/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:22.476Z (about 2 months ago)
- Versions: 14
- Dependent Packages: 4
- Dependent Repositories: 43
- Docker Downloads: 6,412,291
-
Rankings:
- Docker downloads count: 1.152%
- Dependent repos count: 3.375%
- Average: 11.714%
- Dependent packages count: 13.919%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-httpclient
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-httpclient/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:23.143Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 4
- Dependent Repositories: 5
- Docker Downloads: 809,896
-
Rankings:
- Docker downloads count: 1.999%
- Dependent repos count: 10.91%
- Average: 13.39%
- Dependent packages count: 13.919%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-log4j
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-log4j/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:21.466Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 2
- Dependent Repositories: 25
- Docker Downloads: 5,602,403
-
Rankings:
- Docker downloads count: 1.283%
- Dependent repos count: 4.74%
- Average: 13.86%
- Stargazers count: 16.359%
- Dependent packages count: 23.154%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-jersey
A set of class providing Metrics integration for Jersey, the reference JAX-RS implementation.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-jersey/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T17:48:40.991Z (about 2 months ago)
- Versions: 14
- Dependent Packages: 6
- Dependent Repositories: 18
- Docker Downloads: 12
-
Rankings:
- Dependent repos count: 5.718%
- Dependent packages count: 9.704%
- Average: 13.886%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-jdbi
A JDBI wrapper providing Metrics instrumentation of query durations and rates.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-jdbi/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:19.953Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 8
- Dependent Repositories: 7
-
Rankings:
- Dependent packages count: 7.461%
- Dependent repos count: 9.289%
- Average: 14.218%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-spring
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-spring/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:19.408Z (about 2 months ago)
- Versions: 12
- Dependent Packages: 4
- Dependent Repositories: 32
-
Rankings:
- Dependent repos count: 4.069%
- Dependent packages count: 13.919%
- Average: 14.528%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-scala_2.9.1
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-scala_2.9.1/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:19.149Z (about 2 months ago)
- Versions: 14
- Dependent Packages: 2
- Dependent Repositories: 10
- Docker Downloads: 41,138
-
Rankings:
- Docker downloads count: 3.809%
- Dependent repos count: 7.807%
- Average: 14.979%
- Stargazers count: 16.359%
- Dependent packages count: 23.154%
- Forks count: 23.764%
repo1.maven.org: com.codahale.metrics:metrics-ehcache
An Ehcache wrapper providing Metrics instrumentation of caches.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-ehcache/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:20.525Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 3
- Dependent Repositories: 61
-
Rankings:
- Dependent repos count: 2.693%
- Average: 15.094%
- Stargazers count: 16.359%
- Dependent packages count: 17.56%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-jdbi
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-jdbi/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:22.196Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 7
- Dependent Repositories: 4
-
Rankings:
- Dependent packages count: 8.394%
- Dependent repos count: 12.118%
- Average: 15.159%
- Stargazers count: 16.359%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-ehcache
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-ehcache/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:19.766Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 1
- Dependent Repositories: 10
- Docker Downloads: 2,386,306
-
Rankings:
- Docker downloads count: 1.578%
- Dependent repos count: 7.807%
- Stargazers count: 16.359%
- Average: 16.497%
- Forks count: 23.764%
- Dependent packages count: 32.98%
repo1.maven.org: com.yammer.metrics:metrics-jvm
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-jvm/
- Licenses: Apache License 2.0
- Latest release: 3.0.0-BETA1 (published almost 13 years ago)
- Last Synced: 2025-12-17T23:34:18.728Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 2
- Dependent Repositories: 6
-
Rankings:
- Dependent repos count: 10.022%
- Stargazers count: 16.359%
- Average: 18.325%
- Dependent packages count: 23.154%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-jetty8
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-jetty8/
- Licenses: Apache License 2.0
- Latest release: 3.0.0-BETA1 (published almost 13 years ago)
- Last Synced: 2025-12-17T23:34:21.544Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 2
- Dependent Repositories: 5
-
Rankings:
- Dependent repos count: 10.91%
- Stargazers count: 16.359%
- Average: 18.547%
- Dependent packages count: 23.154%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-healthchecks
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-healthchecks/
- Licenses: Apache License 2.0
- Latest release: 3.0.0-BETA1 (published almost 13 years ago)
- Last Synced: 2025-12-17T23:34:22.631Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 2
- Dependent Repositories: 4
-
Rankings:
- Dependent repos count: 12.118%
- Stargazers count: 16.359%
- Average: 18.849%
- Dependent packages count: 23.154%
- Forks count: 23.764%
repo1.maven.org: com.yammer.metrics:metrics-servlets
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-servlets/
- Licenses: Apache License 2.0
- Latest release: 3.0.0-BETA1 (published almost 13 years ago)
- Last Synced: 2025-12-17T23:34:21.170Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 2
-
Rankings:
- Dependent repos count: 16.11%
- Stargazers count: 16.359%
- Average: 22.303%
- Forks count: 23.764%
- Dependent packages count: 32.98%
repo1.maven.org: com.codahale.metrics:metrics-parent
The Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.codahale.metrics/metrics-parent/
- Licenses: Apache License 2.0
- Latest release: 3.0.2 (published almost 12 years ago)
- Last Synced: 2025-12-17T23:34:18.720Z (about 2 months ago)
- Versions: 6
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 12.317%
- Forks count: 16.581%
- Average: 23.219%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
repo1.maven.org: com.yammer.metrics:metrics-json
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-json/
- Licenses: Apache License 2.0
- Latest release: 3.0.0-BETA1 (published almost 13 years ago)
- Last Synced: 2025-12-17T23:34:21.493Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
-
Rankings:
- Stargazers count: 16.359%
- Dependent repos count: 20.768%
- Average: 23.468%
- Forks count: 23.764%
- Dependent packages count: 32.98%
repo1.maven.org: com.yammer.metrics:metrics-aop
Yammer's Metrics library.
- Homepage: http://dropwizard.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-aop/
- Licenses: The MIT License
- Latest release: 2.0.0-BETA18 (published about 14 years ago)
- Last Synced: 2025-12-17T23:34:22.844Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
-
Rankings:
- Stargazers count: 16.359%
- Dependent repos count: 20.768%
- Average: 23.468%
- Forks count: 23.764%
- Dependent packages count: 32.98%
repo1.maven.org: com.yammer.metrics:metrics-parent
Yammer's Metrics library.
- Homepage: http://metrics.codahale.com/
- Documentation: https://appdoc.app/artifact/com.yammer.metrics/metrics-parent/
- Licenses: Apache License 2.0
- Latest release: 2.2.0 (published about 13 years ago)
- Last Synced: 2025-12-17T23:34:20.767Z (about 2 months ago)
- Versions: 15
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 12.317%
- Forks count: 16.581%
- Average: 27.434%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%