Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

moleculerjs/moleculer-metrics

Repository files navigation

Moleculer logo

Build Status Coverage Status Codacy Badge Maintainability Known Vulnerabilities Join the chat at https://gitter.im/moleculerjs/moleculer

Monitoring & metrics addons for Moleculer framework

Modules

Name Version Description
moleculer-console-tracer NPM version Simple tracer service to print metric traces to the console.
moleculer-jaeger NPM version Moleculer metrics module for Jaeger.
moleculer-prometheus NPM version Moleculer metrics module for Prometheus.
moleculer-zipkin NPM version Moleculer metrics module for Zipkin.

Contribution

Install dependencies

$ npm run setup

Development

Run the simple example in moleculer-zipkin service with watching

$ npm run dev moleculer-zipkin

Run the full example in moleculer-zipkin service w/o watching

$ npm run demo moleculer-zipkin full

Test

$ npm test

Create a new addon

$ npm run init moleculer-<modulename>

Publish new releases

$ npm run release

License

The project is available under the MIT license.

Contact

Copyright (c) 2016-2018 MoleculerJS

@moleculerjs @MoleculerJS