SYSTEM Cited by 1 source
AWS X-Ray¶
AWS X-Ray is AWS's managed distributed-tracing service — service-map visualization, request-path tracing across AWS services, and SDK + Daemon integrations for application instrumentation. Stub page.
Seen in¶
- sources/2026-03-18-aws-ai-powered-event-response-for-amazon-eks — named as the traces data source for AWS DevOps Agent investigations. One of the four canonical Agent-Space data sources (with Managed Prometheus / CloudWatch Logs / EKS topology). The agent uses X-Ray traces for trace correlation — mapping request flows across microservices as part of telemetry-based resource discovery.
Related¶
- systems/aws-devops-agent — consumes X-Ray traces per Agent Space.
- concepts/telemetry-based-resource-discovery — the methodology where X-Ray traces supply the runtime-relationship edges in the fused dependency graph.
- concepts/observability — the broader concept X-Ray operationalises for traces specifically.