Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS 无服务器分布式跟踪与 X-Ray


AWS X-Ray

AWS X-Ray 为 API Gateway 中的每个 Lambda 函数或 API 阶段提供分布式跟踪。

**跟踪**收集所有请求段。

**段**是请求的一部分。

它还与 Amazon SNS 协同工作以跟踪消息。


使用 AWS X-Ray 进行分布式跟踪的视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


分布式跟踪

使用 AWS X-Ray 进行分布式跟踪是事件驱动、分离式应用程序的最佳实践。

可以使用跟踪 ID 检索和传播跟踪标头。

SDK 将有关传入和传出请求的数据以批次形式提供给 X-Ray。

X-Ray 从服务接收数据作为段,并将它们组织成跟踪。

在每个服务集成点,它都构建了一个包含成功和失败调用的图表。

它会自动使用文本、整数或布尔值对键值对进行索引。

某些服务会自动生成子段。

子段可以帮助您更详细地了解应用程序性能。

子段还可以用于调试或注释代码块。


相关阅读

AWS X-Ray 开发人员指南
使用 AWS X-Ray 跟踪基于 Lambda 的应用程序
查看跟踪地图

AWS 无服务器练习

通过练习测试自己

练习

什么是段?

A part of a 

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.