Skip to content

Commit 00eb153

Browse files
committed
adding x-ray info
1 parent fd07932 commit 00eb153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/patterns/single-new-eks-observability-accelerators/single-new-eks-mixed-observability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The following figure illustrates the architecture of the pattern we will be depl
88

99
This example makes use of CloudWatch as a metric and log aggregation layer while X-Ray is used as a trace-aggregation layer. In order to collect the metrics and traces we use the Open Source ADOT collector. Fluent Bit is used to export the logs to CloudWatch Logs.
1010

11+
In this architecture AWS X-Ray provides a complete view of requests as they travel through your application and filters visual data across payloads, functions, traces, services, and APIs. X-Ray also allows you to perform analytics to gain powerful insights about your distributed trace data.
12+
1113
Utilizing CloudWatch and X-Ray as an aggregation layer allows for a fully-managed scalable telemetry backend. In this example we get those benefits while still having the flexibility and rapid development of the Open Source collection tools.
1214

1315
## Objective
@@ -45,7 +47,7 @@ npm install -g aws-cdk
4547

4648
```bash
4749
make build
48-
make pattern single-new-eks-native-observability deploy
50+
make pattern single-new-eks-mixed-observability deploy
4951
```
5052

5153
## Verify the resources

0 commit comments

Comments
 (0)