Package Exports
- @telemetry-js/processor-ec2-instance-region
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@telemetry-js/processor-ec2-instance-region) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
processor-ec2-instance-region
Add region tag to metrics. Its value is fetched from the Instance Identity Document.
Atelemetryplugin.
Table of Contents
Usage
const telemetry = require('@telemetry-js/telemetry')()
const region = require('@telemetry-js/processor-ec2-instance-region')
telemetry.task()
.process(region)API
Options
None.
Install
With npm do:
npm install @telemetry-js/processor-ec2-instance-regionAcknowledgements
This project is kindly sponsored by Reason Cybersecurity Ltd.
License
MIT © Vincent Weevers
