Operations | Monitoring | ITSM | DevOps | Cloud

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.

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.

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.

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?

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.

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.

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.

AWS Partners with InfluxData to Bring InfluxDB Open Source to Developers Around the World

Today, AWS announced Amazon Timestream for InfluxDB, a new managed offering for AWS customers to run single-instance open source InfluxDB natively within the AWS console. This partnership represents a significant multi-year commitment by AWS to combine its global reach and accessibility with our industry-leading time series database, InfluxDB. AWS adding InfluxDB as a preferred time series database reflects the demand from AWS customers for InfluxDB and evidence of the time series market acceleration.

OpenTelemetry Best Practices #2 Agents, Sidecars, Collectors, Coded Instrumentation

For years, we’ve been installing what vendors have referred to as “agents” that reach into our applications and pull out useful telemetry information from them. From monitoring agents, to full-blown APM tools, this has been the standard for many decades. With OpenTelemetry though, the term “agent” isn’t used as much, and in most scenarios means something slightly different.