JSPM

@telemetry-js/collector-aws-lb

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

Collect a count of AWS LB nodes

Package Exports

  • @telemetry-js/collector-aws-lb

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/collector-aws-lb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

collector-aws-lb

Collect a count of AWS LB nodes. For classic and application load balancers (PR welcome for network load balancers).
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

const telemetry = require('@telemetry-js/telemetry')()
const lb = require('@telemetry-js/collector-aws-lb')

telemetry.task()
  .collect(lb, { region: 'us-east-1', names: ['my-load-balancer'] })
  .collect(lb, { region: 'us-west-2', names: ['other-load-balancer'] })

API

Options

  • region: string, required.
  • names: array of load balancers to include by name. If not specified, all load balancers (within the specified region) are included.

Install

With npm do:

npm install @telemetry-js/collector-aws-lb

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers