UNPKG

harperdb

Version:

HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.

10 lines (9 loc) 388 B
export declare const METRIC: { readonly TABLE_SIZE: "table-size"; readonly DATABASE_SIZE: "database-size"; readonly STORAGE_VOLUME: "storage-volume"; readonly MAIN_THREAD_UTILIZATION: "main-thread-utilization"; readonly RESOURCE_USAGE: "resource-usage"; readonly UTILIZATION: "utilization"; }; export type BuiltInMetricName = (typeof METRIC)[keyof typeof METRIC];