The 7 Habits of Highly Effective Monitoring Infrastructures
Effective monitoring infrastructures include these seven habits, like an onus on data, and gleaning feedback from monitoring.
Join the DZone community and get the full member experience.
Join For FreeHealthy monitoring systems stay relevant because they're constantly being iterated by the engineers that rely on them to solve their everyday problems.
Read the full version of this article on InfoQ, and don’t hesitate to tell us what you think: @davejosephsen.
1. It’s About the Data
Awesome monitoring tools treat metrics and telemetry data as first class citizens, and go out of their way to make them easy to export.
2. Use Monitoring for Feedback
Great monitoring systems are driven by purpose. They are designed to provide operational feedback about production systems to people who understand how those systems work.
3. Alert on what you Draw
To avoid confusion and safeguard productivity, your telemetry data must always agree with your alerting.
4. Standardize Processing, but Liberate Collection
Awesome monitoring systems standardize on a single means of metrics processing, storage, analysis, and visualization, but they declare open season on data collectors. Every engineer should be free to implement whatever means she deems appropriate to monitor the services she's responsible for.
5. Let the Users Define Their Own Interactions
Forget the "single pane of glass". It is better to have people who know the systems curating meaningful collections of metrics, than it is to have an externally imposed uber-view.
6. Include Monitoring in the Software Development Lifecycle
Monitoring is unit testing for operations. It is the best if not the only way to verify that your design and engineering assumptions bear out in production.
7. Evolve Rather Than Transform
Healthy monitoring systems stay relevant because they're constantly being iterated by the engineers that rely on them to solve their everyday problems.
Read the full version of this article on InfoQ, and don’t hesitate to tell us what you think: @davejosephsen.
Published at DZone with permission of Dave Josephsen, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments