Enable head-based sampling and add some scripts for large scale deployment
Compare changes
Files
4- Zhiqiang Xie authored
+ 17
− 4
@@ -23,6 +23,7 @@
@@ -48,6 +49,8 @@ static struct argp_option options[] = {
@@ -60,6 +63,7 @@ struct arguments {
@@ -88,6 +92,8 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) {
@@ -122,6 +128,7 @@ using opentelemetry::sdk::trace::IdGenerator;
@@ -167,8 +174,8 @@ class HindsightGRPCClient {
@@ -233,8 +240,11 @@ class HindsightGRPCClient {
@@ -305,10 +315,13 @@ int main(int argc, char** argv) {