AWS X-ray
StackState Self-hosted v5.0.x
This page describes StackState version 5.0.
Overview
AWS X-Ray is a service that collects data about requests that your application serves, and provides tools you can use to view, filter, and gain insights into that data to identify issues, and opportunities for optimization.
AWS services provide integration with AWS X-Ray by adding a tracing header to requests, running the X-Ray daemon, or making sampling decisions, and uploading trace data to X-Ray. The X-Ray SDKs include plugins for additional integration with AWS services.
AWS X-ray is a StackState core integration.
Functionality
The StackState AWS X-Ray integration provides the following functionality:
Enriches AWS components with X-Ray trace service data.
Allows mapping the relations between X-Ray services, and ultimately AWS resources.
Provides performance metrics on relations between X-Ray services, as well as local anomaly detection on all performance metrics.
Setup
To get X-Ray traces you need to attach policy AWSXrayFullAccess to the AWS service roles in the IAM console. Check AWS X-Ray Developer guide for more information about setting up X-Ray.
Installation
The AWS X-Ray check is included in the Agent V2 StackPack. You also need to install AWS StackPack to see rest of you AWS topology and metrics.
Configuration
Edit the
aws_xray.d/conf.yaml
file, in theconf.d/
folder at the root of your Agent's configuration directory to start collecting your Tomcat metrics and logs. See the sampleaws_xray.d/conf.yaml.example
for all available configuration options.Restart the Agent.
Need help? Please contact StackState support.
Last updated