moleculer-console-tracer

0.2.3 • Public • Published

Moleculer logo

moleculer-console-tracer NPM version

Simple tracer service to print metric traces to the console. Do not use it in production. Just for prototyping and testing.

Console Tracing screenshot

Don't execute multiple instances because it is not a centralized tracing solution.

Features

Install

$ npm install moleculer-console-tracer

Usage

// services/metrics.tracer.service.js
 
const Tracer = require("moleculer-console-tracer");
 
module.exports = {
    mixins: [Tracer],
    settings: {
        width: 100,
        gaugeWidth: 50
    }
};
 
// moleculer.config.js
module.exports = {
    // ...
    metrics: true,
    // ...
}

Settings

Property Type Default Description
width Number 80 Table width.
gaugeWidth Number 40 Gauge width.

Actions

Methods

Test

$ npm test

In development with watching

$ npm run ci

License

The project is available under the MIT license.

Contact

Copyright (c) 2016-2018 MoleculerJS

@moleculerjs @MoleculerJS

/moleculer-console-tracer/

    Package Sidebar

    Install

    npm i moleculer-console-tracer

    Weekly Downloads

    56

    Version

    0.2.3

    License

    MIT

    Unpacked Size

    21.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • icebob