# measured

> This is an alternative port of Coda Hale's metrics library.

Latest version **1.1.0** (published 2015-12-18) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install measured
pnpm add measured
yarn add measured
bun add measured
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2015-12-18 |
| First published | 2011-12-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 515 |
| Author | Felix Geisendörfer |
| Maintainers | felixge, mantoni |

## Links

- npm: https://www.npmjs.com/package/measured
- Repository: https://github.com/felixge/node-measured
- Issues: https://github.com/felixge/node-measured/issues
- npm.io page: https://npm.io/package/measured

## Dependencies (1)

- [inherits](https://npm.io/package/inherits.md) ^2.0

## Recent versions

- 1.1.0 (latest) — 2015-12-18
- 1.0.2 — 2015-09-05
- 1.0.1 — 2015-08-11
- 1.0.0 — 2015-01-31
- 0.1.6 — 2014-04-10
- 0.1.5 — 2014-03-24
- 0.1.4 — 2014-03-20
- 0.1.3 — 2012-05-24
- 0.1.2 — 2012-03-12
- 0.1.1 — 2011-12-15

## README

# Measured

Node libraries for measuring and reporting application-level metrics.

Measured is heavily inspired by Coda Hale, Yammer Inc's [Dropwizard Metrics Libraries](https://github.com/dropwizard/metrics)

[![Build Status](https://secure.travis-ci.org/yaorg/node-measured.png?branch=master)](http://travis-ci.org/yaorg/node-measured) [![Coverage Status](https://coveralls.io/repos/github/yaorg/node-measured/badge.svg?branch=master)](https://coveralls.io/github/yaorg/node-measured?branch=master)

## Available packages

### [Measured Core](packages/measured-core)

**The core measured library that has the Metric interfaces and implementations.**

[![npm](https://img.shields.io/npm/v/measured-core.svg)](https://www.npmjs.com/package/measured-core) [![downloads](https://img.shields.io/npm/dm/measured-core.svg)](https://www.npmjs.com/package/measured-core)

### [Measured Reporting](packages/measured-reporting)

**The registry and reporting library that has the classes needed to create a dimension aware, self reporting metrics registry.**

[![npm](https://img.shields.io/npm/v/measured-reporting.svg)](https://www.npmjs.com/package/measured-reporting) [![downloads](https://img.shields.io/npm/dm/measured-reporting.svg)](https://www.npmjs.com/package/measured-reporting)

### [Measured Node Metrics](packages/measured-node-metrics)

**Various metrics generators and http framework middlewares that can be used with a self reporting metrics registry to easily instrument metrics for a node app.**

[![npm](https://img.shields.io/npm/v/measured-node-metrics.svg)](https://www.npmjs.com/package/measured-node-metrics) [![downloads](https://img.shields.io/npm/dm/measured-node-metrics.svg)](https://www.npmjs.com/package/measured-node-metrics)

### [Measured SignalFx Reporter](packages/measured-signalfx-reporter)

**A reporter that can be used with measured-reporting to send metrics to [SignalFx](https://signalfx.com/).**

[![npm](https://img.shields.io/npm/v/measured-signalfx-reporter.svg)](https://www.npmjs.com/package/measured-signalfx-reporter) [![downloads](https://img.shields.io/npm/dm/measured-signalfx-reporter.svg)](https://www.npmjs.com/package/measured-signalfx-reporter)

### Measured Datadog reporter

**Not implemented, community contribution wanted.**

### Measured Graphite reporter

**Not implemented, community contribution wanted.**


## Development and Contributing

See [Development and Contributing](https://github.com/yaorg/node-measured/blob/master/CONTRIBUTING.md)

## License

This project Measured and all of its modules are licensed under the [MIT license](https://github.com/yaorg/node-measured/blob/master/LICENSE).

---
_Source: https://npm.io/package/measured · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
