@opentelemetry/instrumentation-graphql

v0.43.0
OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL
graphql metrics nodejs opentelemetry stats tracing

clean

rimraf build/*

compile

tsc -p .

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

lint:readme

node ../../../scripts/lint-readme.js

precompile

tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-graphql --include-dependencies

prewatch

npm run precompile

prepublishOnly

npm run compile

test

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

test-all-versions

tav

tdd

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

version:update

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

watch

tsc -w
npm i @opentelemetry/instrumentation-graphql

Metadata

Downloads