@studiowebux/telemetry
v6.0.0-alpha
Published
Custom telemetry module
Downloads
3
Readme
Introduction
This module offers two components:
- Custom telemetry service
- Jaeger Tracing through Open Telemetry
Installation
npm install --save @studiowebux/telemetry
Usage
Configuration
TBD
Functions
TBD
Telemetry
const { Telemetry } = require('@studiowebux/telemetry');
Tracing with Jaeger
const { tracing } = require('@studiowebux/telemetry');
Quick start
The
/examples
directory has one example, use thestart.sh
script
Videos and other resources
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
SEE LICENSE IN license.txt