Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Network Availability Monitoring: Understanding the Differences Between Client Expectations vs. SLAs

Network downtime can have a significant impact on business operations, leading to lost revenue and diminished customer trust. As a result, network availability monitoring has become increasingly crucial for businesses of all sizes. However, when it comes to monitoring network availability, it is essential to understand the differences between client expectations and service level agreements (SLAs).

Cloud Providers Health Report - February 2023

Check our February 2023 health report on the top most popular cloud providers. We analyze the health of the cloud providers based on the number of outages and problems during the month. The source of the data is made available by the cloud providers themselves via their status page. We normalize it and use it to generate the report.

Victory over the universe: managing chaos, achieving reliability

There is something unique about how Sumo Logic CTO, Christian Beedgen, presents at events. At Illuminate, he expanded upon ideas he shared at SLOconf, turning reliability management into a logical and fundamentally humane solution. I may not be as entertaining as Christian when he presents, but if you want the summary without the jokes or details, this blog is for you.

How to Use Operational IT Data for PLG

Operational IT data, such as log data and other application telemetry, can play an important role in understanding your users. Leveraging user data to continuously optimize and improve products is a core tenet of product-led growth (PLG). Let’s learn more about PLG, and how IT telemetry data can be used to power strategic growth.

How are firewalls and SD-WAN related?

You might think that firewalls and SD-WAN are two completely unrelated technologies. However, integrating these innovations improves network availability, optimizes network performance, and adds an extra layer of security to your organization. Learn more about firewalls and SD-WAN and why you should combine them.

Kubernetes Logging

You'll notice that monitoring and logging don't appear on the list of core Kubernetes features. However, this is not due to the fact that Kubernetes does not offer any sort of logging or monitoring functionality at all. It does, but it’s complicated. Kubernetes’ kubectl tells us all about the status of the different objects in a cluster and creates logs for certain types of files. But ideally speaking, you won't find a native logging solution embedded in Kubernetes.

ScienceLogic Product Tour: See Across Hybrid IT Environments & Close Visibility Gaps

ScienceLogic’s SL1 is engineered to excel in today’s hybrid IT environments, discovering legacy gear buried in your on-premises data center as well as services and applications that live out in the cloud. SL1 is serious AIOps for IT operations teams that are serious about getting the most out of their investments in IT.

Reducing noise in Stack Traces by collapsing non-project frames

Debugging errors in your software often requires browsing stack traces (also called as backtraces or tracebacks). A stack trace is a sequence of stack frames which represents the chain of methods calling each other in your software. Rollbar collects your stack trace at the time a crash occurs – this way you will be able to know which pieces of code were active when an issue happened. You can find how to read stack traces in our previous blog post.