@telemetry-js/processor-ec2-instance-id

0.1.1 • Public • Published

processor-ec2-instance-id

Add instanceid tag to metrics.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

const telemetry = require('@telemetry-js/telemetry')()
const instanceId = require('@telemetry-js/processor-ec2-instance-id')

telemetry.task()
  .process(instanceId)

Options

None.

Cached variant

By default, each instance of this plugin fetches EC2 instance metadata itself. To only fetch once (with a semiglobal cache) use:

const instanceId = require('@telemetry-js/processor-ec2-instance-id').cached

Install

With npm do:

npm install @telemetry-js/processor-ec2-instance-id

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers

Package Sidebar

Install

npm i @telemetry-js/processor-ec2-instance-id

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.88 kB

Total Files

4

Last publish

Collaborators

  • vweevers