Skip to content

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

Contributors 5