You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Template Functions are not showing actual values in influx-details output. Now data field looks like this:
data="{"rqUid":"{{newUUID}}","uuid":"{{randomString\ 32}}"}"
Server actually recieves valid values, functions themselves are woriking
To Reproduce
Use template functions in data, output to influx-details
Expected behavior
Actual values returned from functons would be great to see in events log.
Environment
OS: macOS 13.3.1 (22E261)
ghz: 0.115.0
The text was updated successfully, but these errors were encountered:
Command line arguments / config
command:
ghz --config ./ShardService.json -O influx-details
output:
Describe the bug
Template Functions are not showing actual values in influx-details output. Now data field looks like this:
data="{"rqUid":"{{newUUID}}","uuid":"{{randomString\ 32}}"}"
Server actually recieves valid values, functions themselves are woriking
To Reproduce
Use template functions in data, output to influx-details
Expected behavior
Actual values returned from functons would be great to see in events log.
Environment
The text was updated successfully, but these errors were encountered: