diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
15 lines (14 loc) • 1.57 kB
TypeScript
export declare function Cortex(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Datadog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Dynatrace(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Grafana(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Humio(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mimir(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Nagios(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Newrelic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PrometheusOperator(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Prometheus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Sentry(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Splunk(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Thanos(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Zabbix(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;