# rcrowley/go-metrics

Go port of Coda Hale's Metrics library

Repository: https://github.com/rcrowley/go-metrics
Canonical: https://ross.abutalabs.com/products/go-metrics
Language: Go
License: NOASSERTION
License Family: other
Archived: true
Last push: 2025-04-01T21:45:20+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 14, release rhythm 35, longevity 100
- inputs: {"age_days": 5399, "days_push": 519, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3462, forks 492 (observed 2026-08-28T04:08:05.692781+00:00)

## What it is
A Go port of Coda Hale's Dropwizard Metrics library providing counters, gauges, histograms, meters, and timers for application instrumentation. The repository was archived on April 1, 2025 and is no longer maintained.

## Use cases
- instrument go application metrics
- track request latency histograms in go
- count events with a go counter library
- export go metrics to graphite or influxdb
- measure function execution time in go

## When to choose
- maintaining an existing codebase that already depends on go-metrics
- you need a simple, dependency-light metrics library with a familiar Dropwizard-style API

## When to avoid
- starting a new Go project - use OpenTelemetry Go SDK or the Prometheus Go client instead
- you need actively maintained exporters or long-term support

## Facets
- artifact type: library
- maturity: abandoned
- function: monitoring, benchmarking
- domain: monitoring, developer-tools, performance
- platform: go, cross-platform
- tags: metrics, instrumentation, dropwizard-metrics-port, archived

## Member repositories
- rcrowley/go-metrics (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:05.692781+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:36:54.632083+00:00, confidence not recorded.
  - readme: https://github.com/rcrowley/go-metrics (fetched 2026-08-28T04:08:05.692781+00:00, sha 57bae4640eee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
