Added node.js tracing

This commit is contained in:
morganmclean 2018-07-11 15:13:13 -07:00
parent af71f8f9b0
commit 59430d5854
6 changed files with 1518 additions and 305 deletions

View file

@ -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');