@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface AmpRules

    This AMP add-on installs an ADOT Collector for Amazon Managed Service for Prometheus (AMP) and creates an AMP worpsace to receive OTLP metrics from the application and Prometheus metrics scraped from pods on the cluster and remote writes the metrics to AMP remote write endpoint of the created or passed AMP workspace.

    interface AmpRules {
        ampWorkspaceArn: string;
        ruleFilePaths: string[];
    }
    Index

    Properties

    ampWorkspaceArn: string

    AMP workspace ARN.

    ruleFilePaths: string[]

    Paths of the files listing the AMP rules.