Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-2186

Format Astrolabe events.json with newlines

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: Testing
    • Labels:
      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 Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: