Uploaded image for project: 'Compass'
  1. Compass
  2. COMPASS-141

Consider changing Deployment Frequency calculations

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Health - Metrics
    • None
    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently, the deployment frequency calculation is as explained below,

      • If a component suddenly has 5 deploys in the most recent week, and none in the previous weeks, we only found deployment events in 1 week.
      • 5 deploys / 1 week with deployment activity = average of 5 deploys per week.
      • The component only started getting deploys in the last week(in this example), so the frequency is calculated as below,
      Number of deployments / Number of weeks between the oldest and newest event (plus one)
      
      5/1 = 5 deploys per week
      

      Instead, it would be good to have the calculation as below,

      All the deployments in the last 4 weeks/4
      
      ## as per the above example, it would be, 
      5/4 = 1.25 deploys per week. 
      

              Unassigned Unassigned
              a3002c6cc185 Swetha Boyapati
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: