@cpod/sdk - v0.2.7
    Preparing search index...

    Interface AppQueryMetricsResponse

    Query metrics response

    interface AppQueryMetricsResponse {
        metrics: UsageMetric[];
        aggregations?: Record<string, number>;
    }
    Index

    Properties

    metrics: UsageMetric[]
    aggregations?: Record<string, number>