Operations | Monitoring | ITSM | DevOps | Cloud

Data Center's Need MSPs

A recent Honeywell survey reinforced something many in the MSP world already knew: data centers need managed service providers. 96% of facility managers indicated remote management is important, but only 34% had remote management capabilities in place. That’s surprising in a digital world where data centers enable critical business functions and an epic business opportunity for MSPs looking to enter the data center world.

SLO walkthrough: measuring microservice performance

To improve reliability, we need to measure it, and to measure it we use SLOs (Service Level Objectives). Or at least, that’s what Google SRE has popularized. In practice, it can be difficult and time-consuming to identify the right things to measure, to get to the right data, and to surface the results in a way that engages the stakeholders and teams involved. And all this is especially hard as we scale our teams and applications across multiple technology stacks.

First page of Hacker News, 9000+ GitHub stars, improved dashboards and documentation - SigNal 17

Welcome back to our monthly product updates - SigNal! So happy to share with everyone that we were trending on the first page of Hacker news over the weekend, and the whole team was so upbeat about it. Last month, we shipped a lot of dashboard and documentation improvements to make SigNoz better for our users. We also participated in conferences, gave talks on open source, and sipped a lot of coffee! Let us see what humans of SigNoz were up to in the month of September 2022!

Icinga + Guacamole

One of Icinga’s greatest strengths is its ability to integrate with other systems and use those systems’ data to enrich monitoring. It can write time-series data to InfluxDB, Graphite or even Prometheus with our icinga2-exporter. It can talk to different data sources so that hosts and services can be created and managed automatically. This means that lots of manual work is eliminated.

Cloud-native observability from customer to kernel

From its inception as a powerhouse for logging, Elastic Observability has grown into a comprehensive solution for full-stack multi and hybrid-cloud observability. Given the increasing complexity of the cloud-native world, the major challenge for observability is twofold: getting deeper and more frictionless visibility at all levels of applications, services, and infrastructure, and making sense of the overwhelming amount of data that is available.

Fintech Industry: Are Your IT, DevOps, and Engineering Teams Siloed?

The Cambridge English Dictionary defines a silo as “a part of a company, organization, or system that does not communicate with, understand, or work well with other parts.” Siloing can exist at various organizational levels: siloed departments, siloed teams within a department, and even siloed engineers within a team. In any industry, siloing can cause issues with alignment, communications, and overall delivery, but in fintech, there are additional risks.

7 Must-Have Steps for Production Debugging in Any Language

Debugging is an unavoidable part of software development, especially in production. You can often find yourself in “debugging hell,” where an enormous amount of debugging consumes all your time and keeps the project from progressing. According to a report by the University of Cambridge, programmers spend almost 50% of their time debugging. So how can we make production debugging more effective and less time-consuming?