0.1.1 • Published 5 years ago

@telemetry-js/processor-ecs-tags v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

processor-ecs-tags

Add cluster, region, name and image tags to metrics. Fetched from ECS Task Metadata Endpoint V2 or V3. Only works in an ECS container.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Usage

const telemetry = require('@telemetry-js/telemetry')()
const tags = require('@telemetry-js/processor-ecs-tags')

telemetry.task()
  .process(tags, { version: 2 })

Options

  • version: required, number, either 2 or 3. Must be 2 when you're using a Fargate cluster; Fargate does not support v3.

Install

With npm do:

npm install @telemetry-js/processor-ecs-tags

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers