https://platformengineering.org logo
#general
Title
# general
m

Mannar Karyampudi

05/18/2022, 4:20 PM
HI Team, I am looking for some help with metrics for IaC. What are the best some of the metrics that you have used or plan on using, to measure the value of Infra as Code efforts?
👍 2
r

Raquel Pau Fernandez

05/18/2022, 4:33 PM
We think that if infra is requested through APIs, you can measure and track usage.
👍 1
m

Mannar Karyampudi

05/18/2022, 6:52 PM
@Raquel Pau Fernandez Usage only tells if it is being used on not, even in the previous embedded DevOps model, some system or the other was being used to instantiate infra for their projects. I am trying to think along the lines of Developer Productivity metrics. Any you can think of?
b

Billy Fisher

05/18/2022, 10:05 PM
Rate of deployment or provisioning?
🤔 1
r

Raquel Pau Fernandez

05/19/2022, 9:56 AM
@Mannar Karyampudi In our model, those APIs should be executed during the deployment process, and therefore you can understand the performance impact in the lead time.
👍 2
a

Antoine Boulanger

05/21/2022, 12:15 AM
@Mannar Karyampudi • adoption rate (how many developers have moved to IaC, if applicable) • if you have a shared Slack channel for support questions, activity metrics for this channel such as inquiries per day • in the same way you'd measure any product, breaking down the expected flow into a funnel and understanding the latency / success rate between each step. And then capturing the overall lead time of that workflow
👍 1
m

Mannar Karyampudi

05/21/2022, 12:51 AM
Thank you Antoine!
s

Speedowany

05/22/2022, 12:49 PM
Up
m

Miguel David

05/23/2022, 11:02 AM
I know it’s not sexy, because it’s so ubiquitous, but the amount of downtime caused by changes in infrastructure seems like a worthwhile metric to me. I feel that
terraform plan
single handedly has dropped this metric by a lot.
👍 1
28 Views