◦ HTTPヘッダエンコード • Out-of-band reporting: リクエストパス外で実施するレポーティング ◦ ロードレポートを行うためのエージェントなどを設置して、定期的にサンプリングを行うようにする ◦ データプレーンロードバランサはエージェントに接続してフェッチする or エージェントからレポーティングを実 施してもらう service OpenRCAService { rpc StreamCoreMetrics(LoadReportRequest) returns (stream LoadReport) { } } message LoadReportRequest { // Interval for generating ORCA core metric responses. google.protobuf.Duration report_interval = 1; // Request costs to collect. If this is empty, all known requests costs tracked by // the load reporting agent will be returned. This provides an opportunity for // the client to selectively obtain a subset of tracked costs. repeated string request_cost_names = 2; }