AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application. observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 33
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3573
- days_rel: n/a
- days_push: 406
- n_releases_24m: 0
Adoption not part of the score
2249 stars · 291 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
App Metrics is an open-source, cross-platform .NET library for recording and reporting application metrics such as gauges, counters, meters, histograms, timers, and Apdex scores. It aggregates metrics in memory and flushes them to backends like InfluxDB, Graphite, or Prometheus, with Grafana dashboards for visualization.
Use cases
- record request rates and response times in a .NET web app
- measure how long database queries take
- track counts of user logins over time
- export .NET application metrics to Prometheus or InfluxDB
- monitor free memory and other gauges in a service
- calculate Apdex scores for API performance
- build Grafana dashboards for .NET application health
When to choose
- you have a .NET or .NET Core application needing in-process metrics instrumentation
- you want a single library abstracting multiple metrics backends like Prometheus, InfluxDB, and Graphite
- you need rich metric types including Apdex and reservoir sampling
When to avoid
- your stack is not .NET-based
- you need distributed tracing or log aggregation rather than metrics
- you prefer a vendor-managed APM solution with zero instrumentation code
Facets
library · maturity active
monitoring logging middleware monitoring developer-tools backend apis dotnet cross-platform cloud metrics apdex grafana prometheus influxdb graphite health-checks instrumentation application-insights docker
1 source
- readme: https://github.com/AppMetrics/AppMetrics · fetched 2026-08-28 · a40fadc89261
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AppMetrics/AppMetrics | main | 38 |
For agents
markdown · JSON · MCP: product_card(name="AppMetrics/AppMetrics")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem