@s2-dev/streamstore - v0.22.0
    Preparing search index...

    Type Alias AccountMetricsData

    type AccountMetricsData = {
        body?: never;
        path?: never;
        query: {
            end?: number;
            interval?: TimeseriesInterval;
            set: AccountMetricSet;
            start?: number;
        };
        url: "/metrics";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: {
        end?: number;
        interval?: TimeseriesInterval;
        set: AccountMetricSet;
        start?: number;
    }

    Type Declaration

    • Optionalend?: number

      End timestamp as Unix epoch seconds, if applicable for the metric set.

    • Optionalinterval?: TimeseriesInterval

      Interval to aggregate over for timeseries metric sets.

    • set: AccountMetricSet

      Metric set to return.

    • Optionalstart?: number

      Start timestamp as Unix epoch seconds, if applicable for the metric set.

    url: "/metrics"