ReleaseEngineering/Applications/Runner: Difference between revisions

Jump to navigation Jump to search
→‎Logging: Remove superfluous data
(→‎Logging: Add additional info for people using runner's influxdb logs)
(→‎Logging: Remove superfluous data)
Line 21: Line 21:
The influxdb table is named runner_tasks, and it's schema is as follows:
The influxdb table is named runner_tasks, and it's schema is as follows:
     {
     {
        "name": "runner_tasks",
         "columns": [
         "columns": [
             "time",
             "time",
Line 36: Line 35:
             "try_num", # what retry number is this task on
             "try_num", # what retry number is this task on
         ],
         ],
        "points": [
            [
                1430330947576,
                659479710001,
                "i-05eb3cf2",
                "1-cleanslate",
                "m1.medium",
                "us-west-2b",
                "OK",
                "tst-linux64-spot-1824.test.releng.usw2.mozilla.com",
                "ami-418abd71",
                "linux2",
                5,
                1,
            ]
        ]
     }
     }


78

edits

Navigation menu