envoyproxy/envoy

XRayConfig_SegmentFields doesn't support setting search indexable Annotations

开放

#31,140 创建于 2023年12月1日

 (3 条评论) (1 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/awsarea/tracingenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
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:

贡献者指南