Medium reading 9.21 Tracing serverless application with AWS X-Ray

  1. Word
  2. Knowledge

Word

propagated 传播

additional 额外 附加

equivalent 当量 相等的

integration 整合 集成

measuring 测量

better visualization 更好的可视化

simulate 模拟

indicates 指示 标明

eventually 终于 最后

throughput 吞吐量

proper 正确 适当

intended 有意的 故意的

quite 相当地

impressed 印象深刻地

What’s more, in my opinion 更重要的是,在我看来

Knowledge

  • x-ray : Segments and subsegments

  • Lambda : portal启用 / cloudformation启用

    Properties:
        TracingConfig:
            Mode: Active
  • API Gateway : cloudformation启用

    ApiGatewayDeployment:
      Type: “AWS::ApiGateway::Deployment”
      Properties:
        StageDescription:
           TracingEnabled: true

    After this change API gateway will generate (if missing) and add X-Amzn-Trace-Id header to every incoming request

  • x-ray issues:

    You cannot trace async operations

    Custom subsegments that you create are not visible on the node graph

    using it in the golang application requires a lot of additional work like wrapping HTTP or AWS clients and passing Context to every function.

  • X-Ray cannot replace well-designed monitoring so it should be used as an additional tool to help debug the application, not as the main one.


转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 wshten@gmail.com

文章标题:Medium reading 9.21 Tracing serverless application with AWS X-Ray

本文作者:KevinTen

发布时间:2019-09-21, 10:00:00

最后更新:2019-09-21, 15:54:40

原始链接:http://github.com/kevinten10/2019/09/21/Medium/Medium-9-21-1/

版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。

目录
×

喜欢就点赞,疼爱就打赏

csdn zhihu github