@cfxlabsinc/b2b-services
    Preparing search index...

    Interface ServiceDashboardArgs

    interface ServiceDashboardArgs {
        extraWidgets?: ServiceDashboardWidget[];
        lambdaApp: LambdaApp;
        restApi?: LambdaRestApi;
        stacks?: string[];
    }
    Index
    extraWidgets?: ServiceDashboardWidget[]

    Service-specific widgets appended after the standard rows — the greendot AUTH step timings are the archetype. Prototype in the console, paste the source here.

    lambdaApp: LambdaApp

    Contributes the compute alarms and vitals rows.

    restApi?: LambdaRestApi

    Contributes the gateway alarms and edge vitals row, when the service has one.

    stacks?: string[]

    Stacks that get a dashboard. Default ["prod"]: dashboards bill at $3/month each (first three free account-wide), and in dev the log group is usually already open in another tab — the dashboard earns its fee where an operator is triaging an alarm, which is prod.