compare -> default; deprecate dailyCost as metric; cleanup
This commit is contained in:
@@ -117,10 +117,7 @@ export class ExampleCostInsightsClient implements CostInsightsApi {
|
||||
return projects;
|
||||
}
|
||||
|
||||
async getMetricData(
|
||||
metric: string | null,
|
||||
intervals: string,
|
||||
): Promise<MetricData> {
|
||||
async getMetricData(metric: string, intervals: string): Promise<MetricData> {
|
||||
const aggregation = aggregationFor(
|
||||
durationOf(intervals),
|
||||
100_000,
|
||||
|
||||
Reference in New Issue
Block a user