-
Notifications
You must be signed in to change notification settings - Fork 89
Consider output restructuring #195
Copy link
Copy link
Open
Description
Nighthawk currently defines its output as follows:
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;
reStatistics 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels