datadog-ux-utils Documentation - v1.0.0
    Preparing search index...

    Type Alias GuardOverflowStrategy

    GuardOverflowStrategy: "block" | "queue" | "drop"

    Strategy when API rate limit is exceeded.

    • "block": immediately reject and do NOT call the API (default)
    • "queue": delay the call until the block window ends
    • "drop": silently drop and resolve to undefined