@digitalocean/dots - v1.0.1
    Preparing search index...

    To retrieve restart count metrics for a given app, send a GET request to /v2/monitoring/metrics/apps/restart_count.

    interface Restart_countRequestBuilderGetQueryParameters {
        appComponent?: string;
        appId?: string;
        end?: string;
        start?: string;
    }
    Index

    Properties

    appComponent?: string

    The app component name.

    appId?: string

    The app UUID.

    end?: string

    UNIX timestamp to end metric window.

    start?: string

    UNIX timestamp to start metric window.