So, one to one, three, nobody thinks it's very easy, so most of the people think is around eight, which is hard, but not extremely hard. It's like around eight, 33 percent responded that, and seven percent responded, that is very hard. But yeah, most of the people think is between eight and seven, which is medium hard and a little bit harder. So what do you think about that, Nico?
Well I mean, it's certainly reflective of what we're seeing. I think overall we've gotten better as engineers, as software teams. We're definitely a lot better in figuring out, you know, specifically running things through test environments, finding things earlier, so we're getting better. But when you get into production, you know, for a lot of people it's still hard. And we actually did a developer survey, about a thousand developers around North America and some international, and a lot of this data does speak to, you know, complement what we're seeing right with this pro, where it is, we haven't solved this problem, it is still pretty hard to solve, you know, issues in production, specifically around, you know, the time it takes to understand what actually went wrong, you know, specifically, you know, as we're hearing about microservices and lots of systems coming together, you know, we haven't really cracked this. And I believe there's definitely a better way for teams to start to do this. So certainly not surprising, and certainly something we've seen in our developer surveys.
Yeah, looks like, like a general answer, like, is a little bit hard. So I have a question for you. How do you fingerprint errors? You mean using the Git commit tasks?
That's a great question. So in Rollbar, when we say fingerprint, think of it like a human being, every person is unique. And so how Rollbar does it, we actually go and inspect every single error, and we've got some AI and machine learning running on these, inspecting these errors. And then we understand through our machine learning, if this is in fact a unique error or not. That's how we give it a fingerprint. So we don't have to look at the Git Sharp, we don't have to look at anything like that, it's actually Rollbar inspecting these errors, and we've actually processed in excess of 100 billion errors. So we know a lot about what is a unique error, is it the same? Have we seen it again? But that's actually the process of how we create a fingerprint, that unique identification for any type of error or warning or exception within Rollbar.
Okay, thank you. And another question is, how can I get a DORA score for my team? So a DORA score is certainly something you can get today. You've got to have the data. So that's the first thing, right. So the DORA score, all those metrics really depend on having the data available. So the first thing you've got to do is, if you look at each of those four categories, start very simply to put the things in place, you can collect them. And I always say, you've got to do this over time. You can't just take, you know, once a year snapshot and say you're good. This is a weekly, a monthly activity, where you want to look at these scores. So first thing is, implement things that will help you get the data. Once you start to get this data, you can generate these either through Excel, or you can use some dashboarding tools.
Comments