-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mgmt): update metrics endpoints to serve new dashboard design (#435
) Because - Pipeline and credit endpoints have different params and schemas. - Some of the information served by the existing endpoints will be handled by the pipeline run feature. This commit - Adds endpoints to serve the new dashboard design: - `GetPipelineTriggerCount` path is updated to align with API guidelines. - `ListCreditConsumptionChartRecords` path is updated to align with API guidelines (previous path will be kept in the gateway to keep the current UX running). - `ListPipelineTriggerChartRecords` is added. - A separate PR will take care of removing the deprecated endpoints once the new dashboard is rolled out. --------- Co-authored-by: droplet-bot <[email protected]>
- Loading branch information
1 parent
67d3fb5
commit 0cfe99f
Showing
3 changed files
with
209 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.