@sentio/sdk
    Preparing search index...

    Type Alias MetricConfig

    MetricConfig: Message<"processor.MetricConfig"> & {
        aggregationConfig?: AggregationConfig;
        description: string;
        name: string;
        persistentBetweenVersion: boolean;
        sparse: boolean;
        type: MetricType;
        unit: string;
    }

    Type Declaration

    • OptionalaggregationConfig?: AggregationConfig

      from field: processor.AggregationConfig aggregation_config = 6;

    • description: string

      from field: string description = 3;

    • name: string

      from field: string name = 1;

    • persistentBetweenVersion: boolean

      from field: bool persistent_between_version = 5;

    • sparse: boolean

      from field: bool sparse = 4;

    • type: MetricType

      from field: processor.MetricType type = 7;

    • unit: string

      from field: string unit = 2;

    from message processor.MetricConfig