Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Merge requests
!150642
Fix example of DORA GraphQL query
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix example of DORA GraphQL query
rymai-master-patch-6b54
into
master
Overview
4
Commits
1
Pipelines
2
Changes
1
Merged
Rémy Coutable
requested to merge
rymai-master-patch-6b54
into
master
11 months ago
Overview
4
Commits
1
Pipelines
2
Changes
1
Expand
What does this MR do and why?
I noticed the given example wasn't working anymore.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
23620568
1 commit,
11 months ago
1 file
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc/user/analytics/dora_metrics.md
+
5
−
3
Options
@@ -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-0
2-0
1"
endDate
:
"2024-0
1-3
1"
interval
:
MONTHLY
)
{
date
value
deploymentFrequency
leadTimeForChanges
timeToRestoreService
changeFailureRate
}
}
}
Loading