Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 577 Bytes

StackDriver Trace sample for Node.js

This sample demonstrates StackDriver Trace with Node.js.

Deploy and test

Where appropriate, replace [YOUR_PROJECT_ID] with the ID of your Cloud project.

  1. git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git

  2. cd nodejs-docs-samples/trace

  3. Deploy the app:

    gcloud app deploy

  4. Visit the deployed app at https://[YOUR_PROJECT_ID].appspot.com/.

  5. Use the StackDriver Trace dashboard to inspect recorded traces.