envoyproxy/envoy

XRayConfig_SegmentFields doesn't support setting search indexable Annotations

Open

#31.140 geöffnet am 1. Dez. 2023

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/awsarea/tracingenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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:

Contributor Guide