honeycombio / loadgen

A flexible command-line load generator to create traces in OTel or Honeycomb formats
Apache License 2.0
3 stars 2 forks source link

feat: Add key cardinality testing feature #67

Open kentquirk opened 3 days ago

kentquirk commented 3 days ago

Which problem is this PR solving?

So mykey=/k50,60 will generate a field called mykey that will have values of cardinality 50, but not all possible values will be used until 60 seconds have passed.

Includes testing and benchmark code, as well as a readme update.