@telemetry-js/processor-tag
v0.0.5
Published
Add custom tags to all metrics in a task
Maintainers
Readme
processor-tag
Add custom tags to all metrics in a task.
Atelemetryplugin.
Table of Contents
Usage
const telemetry = require('@telemetry-js/telemetry')()
const tag = require('@telemetry-js/processor-tag')
telemetry.task()
.process(tag, { foo: 'bar', baz: 'bee' })This will add the foo and baz tags to metrics.
Install
With npm do:
npm install @telemetry-js/processor-tagAcknowledgements
This project is kindly sponsored by Reason Cybersecurity Ltd.
License
MIT © Vincent Weevers

