DevOps Report (FREE SELF)

Renamed from Conversational Development Index in GitLab 12.6.

The DevOps Report gives you an overview of your entire instance's adoption of Concurrent DevOps from planning to monitoring.

To see DevOps Report:

  1. On the top bar, select Menu > {admin} Admin.
  2. In the left sidebar, select Analytics > DevOps Report.

DevOps Score

NOTE: Your GitLab instance's usage ping must be activated in order to use this feature.

The DevOps Score tab displays the usage of major GitLab features on your instance over the last 30 days, averaged over the number of billable users in that time period. It also provides a Lead score per feature, which is calculated based on GitLab analysis of top-performing instances based on usage ping data that GitLab has collected. Your score is compared to the lead score of each feature and then expressed as a percentage at the bottom of said feature. Your overall DevOps Score is an average of your feature scores. You can use this score to compare your DevOps status to other organizations.

The page also provides helpful links to articles and GitLab docs, to help you improve your scores.

Usage ping data is aggregated on GitLab servers for analysis. Your usage information is not sent to any other GitLab instances. If you have just started using GitLab, it may take a few weeks for data to be collected before this feature is available.

DevOps Adoption (ULTIMATE SELF)

The DevOps Adoption tab shows you which groups within your organization are using the most essential features of GitLab:

  • Dev
    • Issues
    • Merge Requests
    • Approvals
    • Code owners
  • Sec
    • Scans
  • Ops
    • Runners
    • Pipelines
    • Deployments

When managing groups in the UI, you can add your groups with the Add group to table button, in the top right hand section the page.

DevOps Adoption allows you to:

  • Verify whether you are getting the return on investment that you expected from GitLab.
  • Identify specific groups that are lagging in their adoption of GitLab so you can help them along in their DevOps journey.
  • Find the groups that have adopted certain features and can provide guidance to other groups on how to use those features.

DevOps Report

Disable or enable DevOps Adoption

DevOps Adoption is deployed behind a feature flag that is enabled by default. GitLab administrators with access to the GitLab Rails console can opt to disable it.

To disable it:

Feature.disable(:devops_adoption_feature)

To reenable it:

Feature.enable(:devops_adoption_feature)