Asad
Asad
listing down a few assumptions here for the cli mode - sample usage: ``` $ fortio merge file1.json file2.json ... ``` this should create a merged file (what should it...
my initial guess at this functionality was to allow merge of result files produced from a distributed client mode. in that case, labels, version.. metadata wouldn't change much. and one...
i am running into a few technical difficulties that i can use some help with. priority: low given a fortio result file, how to read and unmarshal it as http/grpc...
thanks for showing the light at the end of the tunnel :) i will try to dig more for option 3
fyi, our current *hacky* workaround is to have a pair of client/server interceptors that use an interim header key to replace the `user-agent` metadata. but will really like to see...