@temporalio/interceptors-opentelemetry
Version:
Temporal.io SDK interceptors bundle for tracing with opentelemetry
78 lines • 2.09 kB
JSON
{
"name": "@temporalio/interceptors-opentelemetry",
"version": "1.17.2",
"description": "Temporal.io SDK interceptors bundle for tracing with opentelemetry",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"temporal",
"workflow",
"interceptors",
"opentelemetry"
],
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
"license": "MIT",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.25.1",
"@opentelemetry/resources": "^1.25.1",
"@opentelemetry/sdk-trace-base": "^1.25.1",
"@temporalio/plugin": "1.17.2"
},
"devDependencies": {
"@opentelemetry/exporter-trace-otlp-grpc": "^0.52.1",
"@opentelemetry/sdk-node": "^0.52.1",
"@opentelemetry/semantic-conventions": "^1.25.1",
"ava": "^5.3.1",
"nexus-rpc": "^0.0.2",
"rxjs": "7.8.1",
"uuid": "^11.1.0",
"@temporalio/common": "1.17.2",
"@temporalio/client": "1.17.2",
"@temporalio/test-helpers": "1.17.2",
"@temporalio/worker": "1.17.2",
"@temporalio/workflow": "1.17.2",
"@temporalio/testing": "1.17.2",
"@temporalio/proto": "1.17.2",
"@temporalio/activity": "1.17.2"
},
"peerDependencies": {
"@temporalio/workflow": "1.17.2",
"@temporalio/common": "1.17.2"
},
"peerDependenciesMeta": {
"@temporalio/workflow": {
"optional": true
}
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temporalio/sdk-typescript.git",
"directory": "contrib/interceptors-opentelemetry"
},
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/contrib/interceptors-opentelemetry",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 20.0.0"
},
"files": [
"src",
"lib",
"!src/__tests__",
"!lib/__tests__"
],
"ava": {
"timeout": "120s",
"concurrency": 1,
"workerThreads": false
},
"scripts": {
"build": "tsc --build",
"test": "ava ./lib/__tests__/test-*.js"
}
}