xray Flashcards
can x-ray quickly identify services by their relative response times?
yes
When should you choose AWS Distro for OpenTelemetry over X-Ray?
if you need the following:
-The ability to send traces to multiple different tracing backends without having to re-instrument your code
-Support for a large number of library instrumentations for each language, maintained by the OpenTelemetry community
-Fully managed Lambda layers that package everything you need to collect telemetry data without requiring code changes when using Java, Python, or Node.js
When should you choose X-Ray over AWS Distro for OpenTelemetry
if you need the following:
A tightly integrated single-vendor solution
-Integration with X-Ray centralized sampling rules, including the ability to configure sampling rules from the X-Ray console and automatically use them across multiple hosts, when using Node.js, Python, Ruby, or .NET
How would you grant access to a user for local usage of X-Ray?
For local development and testing, create an IAM user with read and write permissions. Generate access keys for the user and store them in the standard AWS SDK location. You can use these credentials with the X-Ray daemon, the AWS CLI, and the AWS SDK.