New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Add name tag of EC2 instance to metrics

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

processor-ec2-instance-name

Add name tag of EC2 instance to metrics. The instance tag is normalized to lowercase. If you need more tags, use processor-ec2-instance-tags instead.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

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

telemetry.task()
  .process(name)

// Or with options
telemetry.task()
  .process(name, { /* options */ })

Options

Any options are passed down to processor-ec2-instance-tags. You normally shouldn't need this.

Install

With npm do:

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

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers

Keywords

metrics

FAQs

Package last updated on 09 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts