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
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
Current "json-like" publisher does not really publish real json file. Multiple iterations appends json structure to file, instead of creating json array.
Because proper appending to json array is not straightforward, I would like to propose adding YAML output to publisher.
Yaml publishing could be added in configuration, so that backward compatibility would not be broken.
A yaml output would generate Yaml list in following way:
If output file is empty, creates a yaml header and prints output metrics as lists, that begins with list
If output file is not empty, it should append metrics as list as list
Current "json-like" publisher does not really publish real json file. Multiple iterations appends json structure to file, instead of creating json array.
Because proper appending to json array is not straightforward, I would like to propose adding YAML output to publisher.
Yaml publishing could be added in configuration, so that backward compatibility would not be broken.
A yaml output would generate Yaml list in following way:
Example output:
This way, whole file could be easily consumed and unmarshaled as a whole.
The text was updated successfully, but these errors were encountered: