export interface PrometheusMetricsResponse { [key: string]: { [key: string]: any; }; }