UNPKG

cdk-monitoring-constructs

Version:

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/cdklabs/cdk-monitoring-constructs) [![NPM version](https://badge.fury.io/js/cdk-monitoring-constructs.svg)](https://badge

21 lines (20 loc) 461 B
/** * color to indicate healthy state */ export declare const HealthyMetricColor = "#2ca02c"; /** * color to indicate unhealthy state */ export declare const UnhealthyMetricColor = "#d62728"; /** * color to indicate a warning */ export declare const WarningColor = "#ff9900"; /** * color to indicate an error */ export declare const ErrorColor = "#d13212"; /** * color to indicate neutral information */ export declare const NeutralColor = "#999999";