JSPM

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

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q26827F
  • License MIT

Add region tag to metrics

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