@cloud-carbon-footprint/gcp
Version:
The core logic to get cloud usage data and estimate energy and carbon emissions from Google Cloud Platform.
11 lines (10 loc) • 579 B
TypeScript
import { QUERY_DATE_TYPES } from '@cloud-carbon-footprint/common';
export declare const MEMORY_USAGE_TYPES: string[];
export declare const UNKNOWN_USAGE_UNITS: string[];
export declare const UNKNOWN_USAGE_TYPES: string[];
export declare const UNSUPPORTED_USAGE_TYPES: string[];
export declare const UNKNOWN_SERVICE_TYPES: string[];
export declare const SERVICES_TO_OVERRIDE_USAGE_UNIT_AS_UNKNOWN: string[];
export declare const COMPUTE_STRING_FORMATS: string[];
export declare const NETWORKING_STRING_FORMATS: string[];
export declare const GCP_QUERY_GROUP_BY: QUERY_DATE_TYPES;