Skip to content

Instantly share code, notes, and snippets.

@kjin
Created April 26, 2019 17:45
Show Gist options
  • Save kjin/100b10237d24570c2020b4d93f966855 to your computer and use it in GitHub Desktop.
Save kjin/100b10237d24570c2020b4d93f966855 to your computer and use it in GitHub Desktop.
spansPerTraceSoftLimit example
const trace = require('@google-cloud/trace-agent');
trace.start({
spansPerTraceSoftLimit: 1000,
// ... other options
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment