@traceloop/instrumentation-vertexai
Version:
Google's VertexAI Instrumentation
59 lines (58 loc) • 1.59 kB
JSON
{
"name": "@traceloop/instrumentation-vertexai",
"version": "0.22.2",
"description": "Google's VertexAI Instrumentation",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": "traceloop/openllmetry-js",
"scripts": {
"build": "rollup -c",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "ts-mocha -p tsconfig.json 'tests/**/*.test.ts' --timeout 20000"
},
"keywords": [
"opentelemetry",
"nodejs",
"tracing",
"vertexai"
],
"author": "Swaroop<maddisaiswaroop@gmail.com>",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
},
"files": [
"dist/**/*.js",
"dist/**/*.mjs",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"doc",
"LICENSE",
"README.md",
"package.json"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^2.0.1",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/semantic-conventions": "^1.36.0",
"@traceloop/ai-semantic-conventions": "0.22.2",
"google-gax": "^4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@google-cloud/aiplatform": "^4.4.0",
"@google-cloud/vertexai": "^1.10.0",
"@opentelemetry/context-async-hooks": "^2.0.1",
"@opentelemetry/sdk-trace-base": "^2.0.1",
"@types/mocha": "^10.0.10",
"ts-mocha": "^11.1.0"
},
"homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-openai",
"gitHead": "389987af4053ef0ecc1842f97e52be9e7b466d09"
}