@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias StatusMetric

    Metric for a single job status.

    type StatusMetric = {
        count: number;
        lastUpdatedAt: string;
    }
    Index

    Properties

    Properties

    count: number

    Number of jobs in this status.

    lastUpdatedAt: string

    ISO 8601 timestamp of the last update for this status.