envoyproxy / envoyproxy/nighthawk

Consider output restructuring

オープン
#195 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
414
フォーク
95
平均マージ
2日 9時間
マージ済み PR(30日)
11

説明

Nighthawk currently defines its output as follows:

```proto
message Result {
string name = 1;
repeated Statistic statistics = 2;
repeated Counter counters = 3;
}

message Output {
google.protobuf.Timestamp timestamp = 1;
nighthawk.client.CommandLineOptions options = 2;
re
```

Statistics and counters have an id property. Consumers may become reliant on a specific id to be emitted.

A concrete example arose in the PR that adds an output transform for Fortio's format.
That relies on a) the aggregated global results to be around, and b) the a statistic with id `benchmark_http_client.request_to_response`.

Context: https://github.com/envoyproxy/nighthawk/pull/168/files/932814f6ee21ae4e2670fecfb42f80bbfd623afb#r341337505

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。