Skip to content

telemetry-js/processor-ec2-instance-region

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

processor-ec2-instance-region

Add region tag to metrics. Its value is fetched from the Instance Identity Document.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

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-region

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers