Added node.js tracing
This commit is contained in:
parent
af71f8f9b0
commit
59430d5854
6 changed files with 1518 additions and 305 deletions
786
src/currencyservice/package-lock.json
generated
786
src/currencyservice/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,7 @@
|
|||
"repository": "TODO",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@google-cloud/trace-agent": "^2.11.0",
|
||||
"async": "^1.5.2",
|
||||
"google-protobuf": "^3.0.0",
|
||||
"grpc": "^1.0.0",
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
require('@google-cloud/trace-agent').start();
|
||||
|
||||
const path = require('path');
|
||||
const grpc = require('grpc');
|
||||
const request = require('request');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue