Add
cluster
,region
,name
andimage
tags to metrics. Fetched from ECS Task Metadata Endpoint V2 or V3. Only works in an ECS container.
Atelemetry
plugin.
Click to expand
const telemetry = require('@telemetry-js/telemetry')()
const tags = require('@telemetry-js/processor-ecs-tags')
telemetry.task()
.process(tags, { version: 2 })
version
: required, number, either 2 or 3. Must be 2 when you're using a Fargate cluster; Fargate does not support v3.
With npm do:
npm install @telemetry-js/processor-ecs-tags
This project is kindly sponsored by Reason Cybersecurity Ltd.
MIT © Vincent Weevers