Skip to content

Commit

Permalink
address comments and add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Oct 22, 2024
1 parent 04409f7 commit 0fc4efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ private CompletableResultCode exportBigtableResourceMetrics(Collection<MetricDat
return CompletableResultCode.ofSuccess();
}

// List of timeseries by project id
Map<String, List<TimeSeries>> bigtableTimeSeries;
try {
bigtableTimeSeries =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ static String getProjectId(PointData pointData) {

static Map<String, List<TimeSeries>> convertToBigtableTimeSeries(
List<MetricData> collection, String taskId) {
// List of timeseries by project id
Map<String, List<TimeSeries>> allTimeSeries = new HashMap<>();

for (MetricData metricData : collection) {
Expand Down

0 comments on commit 0fc4efe

Please sign in to comment.