envoyproxy/envoy

XRayConfig_SegmentFields doesn't support setting search indexable Annotations

Open

#31,140 建立於 2023年12月1日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)C++ (5,373 fork)batch import
area/awsarea/tracingenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: XRayConfig_SegmentFields doesn't support setting search indexable Annotations

Description:

CloudWatch X-Ray supports setting Annotations in segment fields, which are indexed by CloudWatch and allows traces to be searched by these values.

Currently, only metadata fields can be set by setting HttpConnectionManager_Tracing.CustomTags. These are not indexed by CloudWatch X-Ray.

The documentation for XRayConfig_SegmentFields seems to suggest being able to set "AWS resource metadata dictionary", but this is the aws field in documented by AWS' Segment Fields, which only "contains information about the resource on which your application is running."

Relevant Links:

貢獻者指南