Questions tagged [metrics]

For questions about numbers that provide information used for measurement, comparison or tracking of processes.

28 questions
10
votes
2 answers

pre-DevOps deployment metrics challenge

TL;DR, how do you prove devops, specifically deployment automation, improves change failure rates? We're all trying to capture metrics on 'deployment failures' using current (mostly manual) means. Unfortunately, a 'failure' rarely happens, right?…
John O'Keefe
  • 101
  • 3
8
votes
2 answers

What is the proper relationship between rollback/rollforward and MTTR metrics?

I'm trying to understand the best way to capture data to start measuring Mean Time To Repair (MTTR) metrics, and I need to wrap my head around how "rollback" impacts MTTR positively or negatively. Scenario 1 Assuming that solid monitoring is in…
Steve Clement
  • 81
  • 1
  • 2
2
votes
1 answer

Definition of change failure rate and mean time to recovery DORA metrics

There has been a lot of talk in recent years about the Accelerate book and the DORA metrics. As the DORA survey was looking at a wide variety of organisations, teams and cultures all with potentially very different current processes and…
Kieran
  • 73
  • 5
0
votes
0 answers

How to setup open teelemetry statsd receiver to properly aggregate data

I'm considering setting up an open telemetry pipeline that will use open telemetry collector to route metric data to different backends. I'm looking at allowing datadog instrumentation in code to send metric data to open telemetry deployment with…