メトリクスの exemplar とは?
exemplar は、レイテンシヒストグラムのバケットのような集計されたメトリクスサンプルとともに保存される参照で、通常はタイムスタンプと値を伴うトレース ID です。これは単一の具体的なリクエストを、それが入ったバケットに結び付けます。メトリクスのダッシュボードから exemplar をクリックすると、そのデータポイントの背後にある正確な分散トレースを開けます。
なぜ重要か
集計されたメトリクスは何かが遅いことを示しますが、どのリクエストが原因かは示しません。exemplar はメトリクスとトレースを橋渡しし、チャート上のスパイクをデバッグ可能な具体的なトレースに変えます。
関連ガイド
What Is Trace Context Propagation?Trace context propagation passes trace and span identifiers across service boundaries, usually in request hea…
What Is a Span Attribute?A span attribute is a key-value pair attached to one span in a trace, recording details about that operation…
What Is a Time Series Database?A time series database is a store optimized for timestamped data points, using time-based partitioning and co…