@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
15 lines (14 loc) • 872 B
TypeScript
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
import { UnparsedObject } from "../../datadog-api-client-common/util";
/**
* Performance metric used to filter view instances by threshold.
*/
export declare type AggregatedWaterfallPerformanceCriteriaMetric = typeof LOADING_TIME | typeof LARGEST_CONTENTFUL_PAINT | typeof FIRST_CONTENTFUL_PAINT | typeof INTERACTION_TO_NEXT_PAINT | UnparsedObject;
export declare const LOADING_TIME = "loading_time";
export declare const LARGEST_CONTENTFUL_PAINT = "largest_contentful_paint";
export declare const FIRST_CONTENTFUL_PAINT = "first_contentful_paint";
export declare const INTERACTION_TO_NEXT_PAINT = "interaction_to_next_paint";