issues
search
honeycombio
/
loadgen
A flexible command-line load generator to create traces in OTel or Honeycomb formats
Apache License 2.0
6
stars
2
forks
source link
fix: support . in field names
#55
Closed
skpy
closed
5 months ago
skpy
commented
5 months ago
Which problem is this PR solving?
53
Short description of the changes
This adds
.
to the list of characters to match in the
constpat
regex. This should allow field names to contain dots, allowing us to make more realistic trace data:
http.status_code=/st10,0.1
, and
http.route=/u
and the like.
Fixes #53
Which problem is this PR solving?
53
Short description of the changes
.
to the list of characters to match in theconstpat
regex. This should allow field names to contain dots, allowing us to make more realistic trace data:http.status_code=/st10,0.1
, andhttp.route=/u
and the like.Fixes #53