Operations | Monitoring | ITSM | DevOps | Cloud

The engineering on-call experience: misconceptions, lessons learned, and how to prepare

The on-call experience is sometimes a dreaded one for software engineers. Those late-night alerts and frantic Slack messages, after all, don’t exactly sound pleasant. But what’s an on-call shift really like? Is that perception of constant fire-fighting and 3 AM wake-up calls actually realistic? Michael Mandrus and Owen Smallwood, both senior software engineers here at Grafana Labs, wanted to set the record straight.

AIOps vs. Observability: Which Is Better and Why?

If you’ve been keeping up on what’s buzzing in the IT operations and software development space in the past few years, then you know that the concepts of AIOps and observability have been getting a lot of attention. And while they are related, they each address a different aspect of managing and monitoring IT systems.

New Teams Client Challenges Draining Valuable IT Time? Vantage DX Can Help

Microsoft has pushed the end of availability for the classic Teams client from March 31, 2024 to July 1, 2024. This move will give administrators more time to address any issues they have encountered while transitioning to the new Teams app. Since its general availability in October 2023, enterprises have migrated users to the new Teams client and many have experienced both performance and functionality issues that have impacted user productivity and consumed considerable IT resources.

4 Reasons Why Your Business Needs Network Detection and Response Solutions

Endpoint protection has long been fundamental to cybersecurity. But in today’s evolving and expanding digital landscape, with endpoints spanning a wide variety of devices, is traditional endpoint security enough? The ongoing frequency of successful cyberattacks suggests not. Cloud proliferation, remote work and expanding system access add to the challenge. Can you truly trust users to keep their devices secure amidst this shifting landscape?

NeuVector UI Extension for Rancher Enhances Secure Cloud Native Stack

We have officially released the first version of the NeuVector UI Extension for Rancher! This release is an exciting first step for integrating NeuVector security monitoring and enforcement into the Rancher Manager UI. The security vision for SUSE and its enterprise container management (ECM) products has always been to enable easy deployment, monitoring and management of a secure cloud native stack.

Scheduling Python Scripts with Cron Jobs

Scheduling tasks to run automatically at set times or intervals is important in web development, system administration, and software engineering. This article shows how to schedule cron jobs in Python, making them work in different environments. Cron jobs help automate tasks like data backups, sending emails, generating reports, and more.

Integrating OpenTelemetry Instrumentation with FastAPI

What do we gain when we integrate OpenTelemetry with FastAPI? Integrating OpenTelemetry with FastAPI offers many benefits that greatly improve the observability and monitoring capabilities of applications built on this high-performance web framework. By integrating OpenTelemetry's instrumentation capabilities into FastAPI projects, you can understand your applications' inner workings, enabling them to monitor, analyze, and optimize performance.

Limit deployments to Upsun only with tags: part one

Throughout the years, many users have asked us if it’s possible to only deploy to Upsun when a tag is pushed using a source code integration. The answer is: with our current source integrations, it's not—but that doesn’t mean it’s impossible. Upsun is based on Git and because of this, acts as a remote for your code repository.