DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Testing, Tools, and Frameworks
  4. How Exception Monitoring Increases Innovation

How Exception Monitoring Increases Innovation

How exception monitoring is a key part of a robust DevOps process, essential to delivering quality products.

Gary Tuohy user avatar by
Gary Tuohy
·
May. 31, 16 · Opinion
Like (9)
Save
Tweet
Share
3.93K Views

Join the DZone community and get the full member experience.

Join For Free

Customers want applications that solve real world problems, and their hunger is increasing at a phenomenal rate. The level of demand is shocking, and as their desire increases, so does the demand for software developers who in this day and age, really need to focus on delivering quality code. Exception monitoring is a key part of a robust DevOps process.

The US Bureau of Labor Statistics projects 30% growth in the need for software developers over the next few years. CareerCast upgraded software engineer to the highest rated job in 2012, beating out actuary, HR manager and financial planner.

Naturally, the pressure of keeping up with software releases is also on the rise, as is competition between not only applications, but also software that provides the same functionality. This hurried pace and competition means development teams must innovate quickly. However, while innovation is an easy goal to set, execution can be at odds with rapid software releases, quality and maintenance. The key to focusing development teams on both innovation and quality rapid release is to optimize and synthesize the methods and processes for catching, preventing and addressing errors.

Exception monitoring is a tooling approach that allows companies to spot issues prior to release without additional effort, and to more quickly address issues that do make it to production. The result is software teams that are more proactive and less reactive.

Push vs. Pull

There are two major trends that impact IT operations and developers. They are:

1.) Quality Assurance (QA) responsibilities being passed to front-end and back-end developers; and

2.) Adoption of autonomous delivery pipelines and analytics.

Previously, development teams staffed large QA groups to run functional tests prior to releases. In today’s development shops, quality is everyone’s responsibility. QA teams are called Quality Engineering (QE), and they build test case strategies and automation for end-to-end testing.

While front-end and back-end developers are the first line of defence for bugs, they are also expected to live test driven development, run unit and initial functional tests, and, if given proper lab environments, conduct end-to-end testing on every commit across the entire multi-tier application. In many development shops, this organizational structure is already there, but overall it should be the aspiration of all modern development shops.

exception monitoring

From orchestration to deployment to test runs, automation backed by a strong reporting and analytics engine is the only way to make this new organizational structure possible, extensible, and sustainable. As the transition from the push vs. pull method is completed, IT and development need an advanced tool to provide information on problems, identify areas of improvement, and report on trends with very little outside input required.

Culture, Process, and Tools

Together, the trends of shifting QA responsibility and autonomous delivery pipelines are the foundation of DevOps with one critical missing element: culture.

Culture does not define what is popular in mainstream development or the handful of startups in Silicon Valley who use a method unique from enterprise development. Culture is a deliberate implementation of a results, metrics and quality-driven development team. If this culture is not created consciously, it will develop organically—usually contrary to the overall objectives of the company.

Considering the trends in processes and tools, the speed and quality of the development team should increase. But in many cases, an increase does not occur because the development team is focused on either upcoming releases or what is currently in production. Developers cultivate an intentional tunnel vision so they are able to complete their tickets and address bugs efficiently. IT operations use their tunnel vision to keep production running and identify potential issues. So while they intend to approach the delivery pipeline holistically, the “right now” demands often get in the way.

Let Exception Monitoring Take The Load Off

The solution is something developers do every day: exception monitoring. Try/Catch blocks are in every application. (If they are not, there is a more serious problem!) In most current systems, exception blocks belong to a specific developer on a specific branch of the application with results leveraged only in the Integrated Development Environment (IDE) and in production to prevent catastrophic failure. But exception blocks can be used far more proactively during production and releases.

Adding one more line of code in error blocks to process a large amount of data and push it into a modern analytics and reporting engine allows developers to expand the benefit they receive both individually and across the whole team from exception monitoring. This analytics engine synthesizes errors, including complete stack traces, across the entire application and pushes critical events and trends to relevant team members. This lets developers address issues during continuous integration (CI) prior to hitting production and respond before greater problems are caused.

exception monitoring

By using this line of code, tasks developers used to look at manually are now completed automatically. Since the tool tracks current and previous releases, critical errors are more easily emphasized. For example, if an error has repeated across multiple releases without a major impact to application quality, the system will list this error as a low-level priority.

Moving Faster, Freeing Brain Cycles, Increasing Innovation

The net result of a tool that can take on the burden of exception handling is that:

1)   Developers have less to think about;

2)   Unit tests become simpler; and

3)   Quality Assurance requires less effort and focus.

Implementing exception monitoring directly results in more developer time focused on adding new features, improving user interfaces and addressing customer concerns. Removing the pressure of the release-to-release mentality lets the team exist in a more relaxed environment that promotes creativity and drives innovation—the exact type of environment that will result in groundbreaking applications.

Conclusion

No tool can produce innovation, but automation tools can give developers the time to be creative and produce new and original technology. As you explore this opportunity, identifying automation that easily integrates into your current processes without additional effort is critical.

Exception monitoring is the perfect solution. Error monitoring provides a historic, holistic view of application quality by pushing critical events directly to the team and prioritizing issues by understanding how previous errors have impacted the application quality.

Since developers are trained to create exception handling in their code, it’s an appropriate place to implement this simple line of new code that takes exception blocks and expands their results beyond individual developers and individual releases.

Exception monitoring is the easiest way to support innovation without additional effort, direct more of your developer time to proactively coding and spend less time reacting to software issues.

dev application teams unit test Release (agency) Software engineer

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Spring Cloud: How To Deal With Microservice Configuration (Part 1)
  • ChatGPT — The Google Killer? The Job Taker? Or Just a Fancy Chatbot?
  • Too Many Tools? Streamline Your Stack With AIOps
  • TDD: From Katas to Production Code

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: