Ross ROSS = Recommend OSS · open-source software intelligence for agents

prometheus/client_js

Prometheus client for node.js observed · 2026-08-28

github.com/prometheus/client_js · JavaScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 67
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3939
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3483 stars · 418 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The official Prometheus client library for Node.js, supporting counters, gauges, histograms, and summaries. It exposes metrics via a registry that can be scraped by Prometheus, and includes default Node.js runtime metrics like event loop lag and GC.

Use cases

  • instrument a node.js app with prometheus metrics
  • collect default node.js runtime metrics like event loop lag and gc
  • expose a /metrics endpoint for prometheus scraping
  • create custom counters, gauges, histograms and summaries
  • monitor http request latency with histograms
  • push metrics to a prometheus pushgateway

When to choose

  • you run node.js services monitored by prometheus
  • you need standard prometheus metric types in javascript
  • you want built-in node.js runtime metrics out of the box

When to avoid

  • you need metrics for a non-node.js runtime
  • you want a full metrics dashboarding solution rather than a client library
  • you use a different monitoring ecosystem like statsd or opentelemetry exclusively

Facets

library · maturity stable

monitoring http-server monitoring backend developer-tools cross-platform prometheus metrics instrumentation observability nodejs devops linux

1 source

Member repositories

RepositoryRoleHealth v2
prometheus/client_jsmain88

For agents

markdown · JSON · MCP: product_card(name="prometheus/client_js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem