Updates stackdriver agents for node.js services (#236)

This commit is contained in:
Megan O'Keefe 2019-07-11 11:47:31 -04:00 committed by GitHub
parent 754d22a08f
commit bb41c7fe02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4611 additions and 1336 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,13 +9,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/debug-agent": "^2.6.0",
"@google-cloud/profiler": "^0.1.14",
"@google-cloud/trace-agent": "^2.11.0",
"@google-cloud/debug-agent": "^4.0.1",
"@google-cloud/profiler": "^2.0.2",
"@google-cloud/trace-agent": "4.0.1",
"@grpc/proto-loader": "^0.3.0",
"async": "^1.5.2",
"google-protobuf": "^3.0.0",
"grpc": "^1.0.0",
"grpc": "^1.22.2",
"pino": "^5.6.2",
"request": "^2.87.0",
"xml2js": "^0.4.19"

File diff suppressed because it is too large Load Diff

View File

@ -11,11 +11,11 @@
"author": "Jonathan Lui",
"license": "ISC",
"dependencies": {
"@google-cloud/debug-agent": "^2.6.0",
"@google-cloud/profiler": "^0.1.14",
"@google-cloud/trace-agent": "^2.11.0",
"@google-cloud/debug-agent": "^4.0.1",
"@google-cloud/profiler": "^2.0.2",
"@google-cloud/trace-agent": "4.0.1",
"@grpc/proto-loader": "^0.1.0",
"grpc": "^1.12.3",
"grpc": "^1.22.2",
"pino": "^5.6.2",
"simple-card-validator": "^1.1.0",
"uuid": "^3.2.1"