Created
July 9, 2020 11:53
-
-
Save nirsky/37aa96c9a492b7c6f6bace2cfc9af643 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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