European Parliament MCP Server API - v1.0.1
    Preparing search index...

    Interface PerformanceThresholds

    Warning thresholds for performance alerting.

    Operations that exceed these thresholds should be flagged for review in dashboards or log-based alerting rules.

    interface PerformanceThresholds {
        p95WarningMs: number;
        p99WarningMs: number;
        avgWarningMs?: number;
    }
    Index

    Properties

    p95WarningMs: number

    Warn when p95 exceeds this value (milliseconds)

    p99WarningMs: number

    Warn when p99 exceeds this value (milliseconds)

    avgWarningMs?: number

    Warn when average exceeds this value (milliseconds)