

This almost always leads to the developers wanting to improve the quality of life for those users.Having a developer “watch over the shoulder” of end-users can be very eye-opening.Business goals are not achieved when features have been marked as “done”, but instead only when they are truly operating properly.When developers were awakened at 2 AM, New Relic found that issues were fixed faster than ever.This means everyone in the value stream should share responsibility for handing operational incidents.Upstream work centers that are optimizing for themselves reduces performance for the overall value stream.The problems can be a major problem for operations, but not even a blip on the radar of dev.Those problems might be sent off to a team to be worked on, but they get deprioritized in lieu of some features to be added.Problems sometimes can go on for extremely long periods of time.This is why it’s so important to overlay those deployments on the metric graphs.Production deployments are one of the top causes of production issues.Having these monitors in place will enable you to find and fix these issues quicker and add more telemetry to help eliminate that particular issue from happening again going forward. more unit tests, telemetry, etc., that doesn’t mean there won’t be issues. Just because you improve the development process, i.e.Nothing is “done” until it is operating as expected in the production environment.If anything goes wrong, you should see it pretty immediately.Always make sure you’re monitoring telemetry when doing a production release,.You must have monitoring of your telemetry integrated into that process for visibility. Automating the deployment process isn’t enough.This also allows for frequent production releases with constant, tight feedback loops.

VISUAL STUDIO MARKETPLACE CODE
An interesting side effect is developers are willing to check in smaller chunks of code because they know they’re safer to deploy and easier to reason about.This encourages developers to write more tests and better code and they take more pride in releasing successful deployments.Puts the information in front of everyone so there are no secrets.If there’s a problem, fix it quickly and add new telemetry to track the fix.The solution is to deploy code with quick feedback loops.Given a button for anyone to push to deploy, nobody wants to push it.Developers complain about operations not wanting to deploy their code.Operations doesn’t like deploying developer code.No, you click the button … Enable Feedback to Safely Deploy Code
