@edgible-team/sdk
    Preparing search index...

    Interface ApplicationServingMetrics

    Serving-side aggregates (backend ApplicationLogService.ServingMetrics).

    interface ApplicationServingMetrics {
        averageResponseTime: number;
        containerRestarts: number;
        cpuUsage: number;
        healthStatus: "timeout" | "error" | "healthy" | "unhealthy";
        lastSeen: string;
        memoryUsage: number;
        status: "error" | "running" | "stopped";
    }
    Index

    Properties

    averageResponseTime: number
    containerRestarts: number
    cpuUsage: number
    healthStatus: "timeout" | "error" | "healthy" | "unhealthy"
    lastSeen: string
    memoryUsage: number
    status: "error" | "running" | "stopped"