@squidcloud/client
    Preparing search index...

    Interface QuerySquidMetricsResponse<NameType>

    A single metric response for 'SquidMetricsRequest'.

    interface QuerySquidMetricsResponse<NameType extends SquidMetricName> {
        domain: "squid";
        metricName: NameType;
        resultGroups: QueryMetricsResultGroup[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    domain: "squid"

    Specifies the squid domain for built-in system metrics.

    metricName: NameType

    Name of the queried built-in Squid metric.

    resultGroups: QueryMetricsResultGroup[]

    Result of the metrics query. Contains only 1 element if groupByTags are empty, otherwise contains multiple results grouped by tags.