Skip to content

Generic collector types suitable for aggregating metrics

License

Notifications You must be signed in to change notification settings

metrics-js/collectors

Repository files navigation

collectors

Generic collector types suitable for aggregating metrics. Implements Histogram, Counter and Gauge.

Dependencies GitHub Actions status Known Vulnerabilities

Histogram

.observe()

.toJSON()

Counter

.inc()

.add()

.toJSON()

Gauge

.inc()

.dec()

.set()

.toJSON()

About

Generic collector types suitable for aggregating metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published