Skip to content

Commit 495ea6a

Browse files
committed
refactor(metrics): add DORA metrics calculation and classification logic, update bulk metrics processing
1 parent 5337423 commit 495ea6a

2 files changed

Lines changed: 520 additions & 1 deletion

File tree

lens/api/RestHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (impl *RestHandlerImpl) GetBulkDeploymentMetrics(w http.ResponseWriter, r *
169169
return
170170
}
171171

172-
bulkMetrics, err := impl.deploymentMetricService.GetBulkDeploymentMetrics(bulkRequest)
172+
bulkMetrics, err := impl.deploymentMetricService.ProcessBulkDoraMetrics(bulkRequest)
173173
impl.logger.Infof("bulk metrics response: %+v", bulkMetrics)
174174
impl.writeJsonResp(w, err, bulkMetrics, 200)
175175
}

0 commit comments

Comments
 (0)