Skip to content
代码片段 群组 项目
未验证 提交 59d2e843 编辑于 作者: Achilleas Pipinellis's avatar Achilleas Pipinellis 提交者: GitLab
浏览文件

Merge branch 'rymai-master-patch-6b54' into 'master'

Fix example of DORA GraphQL query

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/150642



Merged-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Approved-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Co-authored-by: default avatarRémy Coutable <remy@rymai.me>
No related branches found
No related tags found
无相关合并请求
......@@ -175,13 +175,15 @@ The following example uses the GraphQL API to retrieve the monthly deployment fr
project(fullPath: "gitlab-org/gitlab") {
dora {
metrics(
metric: DEPLOYMENT_FREQUENCY
startDate: "2023-12-01"
endDate: "2024-02-01"
endDate: "2024-01-31"
interval: MONTHLY
) {
date
value
deploymentFrequency
leadTimeForChanges
timeToRestoreService
changeFailureRate
}
}
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册