Closed simitt closed 5 years ago
would #132 be fixed by passing a non empty default value to https://github.com/elastic/hey-apm/blob/master/main.go#L24?
It would be fixed with that, but as soon as another empty string is added, the same issue comes up.
Running
hey-apm -bench
does not set a service name, leading to query for an empty value with a must match query on atext
field. Ensure to specifically query forkeyword
in such cases.fixes elastic/hey-apm#132