@opentelemetry/resource-detector-container

v0.4.4
Opentelemetry resource detector to get container resource attributes

clean

rimraf build/*

compile

tsc -p .

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

precompile

tsc --version && lerna run version:update --scope @opentelemetry/resource-detector-container --include-dependencies

prewatch

npm run precompile

prepublishOnly

npm run compile

test

nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'

tdd

npm run test -- --watch-extensions ts --watch

version:update

node ../../../scripts/version-update.js

watch

tsc -w
npm i @opentelemetry/resource-detector-container

Metadata

Downloads