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

Can't set http.status (or other fields with a .) #53

Closed kentquirk closed 4 months ago

kentquirk commented 4 months ago

Customer report Steps to reproduce

❯ ./loadgen --sender=print --depth=10 --nspans=5 http.status=/st10,5
unable to create fields as specified: unparseable user field http.status=/st10,5

I can't set http.status, it seems.

Additional context The problem is the argument parser not accepting . in a name field.