Skip to content

Instantly share code, notes, and snippets.

@nirsky
Created July 9, 2020 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirsky/37aa96c9a492b7c6f6bace2cfc9af643 to your computer and use it in GitHub Desktop.
Save nirsky/37aa96c9a492b7c6f6bace2cfc9af643 to your computer and use it in GitHub Desktop.
const { NodeTracerProvider } = require("@opentelemetry/node");
const provider = new NodeTracerProvider({
plugins: {
"aws-sdk": {
enabled: true,
path: "opentelemetry-plugin-aws-sdk",
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment