Format Astrolabe events.json with newlines

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: Testing
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The events.json file generated by the Astrolabe workload executor is formatted as a single line. This makes it difficult to analyze with typical tooling, e.g. text editor, grep, less.

      Please add line breaks after every event in the events. Either of these would be fine:

          {
            "name": "PoolCreatedEvent",
            "observedAt": 1.634323603551E9,
            "address": "8f5b772f18-shard-00-00.80104.mongodb-qa.net:27016"
          },
      

      or

          { "name": "PoolCreatedEvent", "observedAt": 1.634323603551E9, "address": "8f5b772f18-shard-00-00.80104.mongodb-qa.net:27016" },
      

            Assignee:
            Unassigned
            Reporter:
            Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: