inspector-metrics

Monitoring / metric library similar to http://metrics.dropwizard.io

CI Status

This is the mono repository for the inspector-metrics modules.
inspector-metrics modules are a collection of modules around application metrics and monitoring for nodejs.

Take a look at the Documentation.

Features

  • metric model independent from time-series DB
  • multiple reporter modules
  • multi process support (nodejs cluster)
  • business friendly license (MIT License)

Modules

Module Description Link
inspector-metrics API / interface module NPM Version License
Reporter
inspector-carbon reporter for graphite / carbon graphite NPM Version License
inspector-csv reporter for CSV files NPM Version License
inspector-elasticsearch reporter for elasticsearch elasticsearch NPM Version License
inspector-influx reporter for influxdb influxdb NPM Version License
inspector-prometheus reporter for prometheus / pushgateway prometheus NPM Version License
Metric Collectors
inspector-vm metric collection for nodejs VM NPM Version License

3rd party modules

Module Description Link
inspector-amqp reporter for AMQP amqp-ts NPM Version License
inspector-nats reporter for NATS node-nats NPM Version License

Examples

Code examples for javascript and typescript are in the examples folder.

development

local setup / prerequisites

You should have nodejs, docker and docker-compose installed.

boot test environment:
./test-env/boot.sh

shutdown test environment:
./test-env/reset.sh

execute compatibility tests:
docker-compose run --rm nodeX
X = nodejs version (available: 10, 11, 12, 13, 14, 15, 16, 17)

init / update project (if a new dependency is introduced or an existing is updated):

pnpm i

generate dependency report:

# run 'pnpm run build' before checking dependencies
docker-compose run --rm deps

release packages / publish docs:

# check functionality
pnpm i
pnpm run build

# publish docs
rm -fr docs/
git branch -D gh-pages
git worktree prune
git worktree list
git worktree add -b gh-pages docs origin/gh-pages
pnpm run publishDocs

# publish package
pnpm publish

License

MIT

results matching ""

    No results matching ""