MDAA TS Docs
    Preparing search index...

    Properties for a metric transformation

    interface MetricTransformationProps {
        defaultValue?: number;
        dimensions?: { [key: string]: string };
        metricName: string;
        metricNamespace: string;
        metricValue: string;
        unit?: string;
    }
    Index

    Properties

    defaultValue?: number

    The default value for the metric when the filter pattern does not match

    - No default value
    
    dimensions?: { [key: string]: string }

    The dimensions for the metric

    - No dimensions
    
    metricName: string

    The name of the metric

    metricNamespace: string

    The namespace of the metric

    metricValue: string

    The value to publish to the metric

    unit?: string

    The unit of the metric

    - No unit