This is an early build of the site and information may not be accurate or complete.
Debugger

This collector collect builds from a Ducktor server.

Example

{
    "$schema": "https://duckhq.org/schema.json",
    "collectors": [
        {
            "debugger": {
                "id": "ducktor_collector",
                "serverUrl": "http://example.com:5000",
            }
        }
    ]
}

Required fields

Field Type Description
id String The Duck debugger collector ID
serverUrl String The Duck debugger URL

Optional fields

Field Type Description
enabled Boolean Determines whether or not this collector is enabled