Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Observability vs. Monitoring: Understanding the Differences

This post was written by Siddhant Varma. Scroll down to read the author’s bio. Software development isn’t just about building and deploying software. There’s a wide range of operations and activities you need to tackle even after you’ve successfully deployed it. The two most common are observability and monitoring. While they’re similar in a lot of ways, it’s important to understand that they are not exactly the same, and each has its own purpose.

Intel Leverages Telegraf to Deliver Platform Visibility

Since 2020, the Intel team has been contributing to Telegraf, including both telemetry from Intel-specific platform features (such as Intel® Resource Director Technology, Intel® Dynamic Load Balancer, or power statistics from Intel-based platforms) and telemetry gathered from generic tools and frameworks; for example, Data Plane Development Kit (DPDK), Libvirt, P4 Runtime, or Reliability Availability Serviceability (RAS).

Data Observability: An Introductory Guide

As more companies rely on data insights to drive critical business decisions, data must be accurate, reliable, and of high quality. Gaining insights from data is essential, but so is the data’s integrity so that you can be sure that data isn’t missing, incorrectly added, or misused. This is where data observability comes in.

SOAR vs. SIEM: Understanding the Differences

This post was written by Joe Cozzupoli. Scroll down to read the author’s bio. As the cybersecurity landscape evolves and threats become more sophisticated, organizations need to stay ahead with the right tools and strategies to protect their valuable data. Two key technologies in this domain are Security Orchestration, Automation, and Response (SOAR) and Security Information and Event Management (SIEM).

Save 96% on Data Storage Costs

Users with real-time and other analytic workloads want or need to keep large volumes of historical data to aid in important activities, such as ad hoc historical trend analysis and training AI models. However, storing this much data in a way that also makes it easily queryable becomes prohibitively expensive. As a result, users must balance data availability and usability with sacrificing data fidelity and storage costs. That is until now.

The Rebirth of InfluxQL in 3.0: A Quick Start Guide to Configuration and Usage

If we turn the clocks back to September 2013, we released InfluxQL alongside InfluxDB. InfluxQL is a SQL-like query language, specifically designed to query time series data. For many of our users, InfluxQL still remains the primary way they interact with InfluxDB. Based on this feedback, InfluxQL has been reborn in InfluxDB 3.0 alongside native support for the SQL query language. So what do I mean by reborn?

Quick Fix: Updating Telegraf Configs to Send Data to InfluxDB 3.0

We recently introduced a new version of InfluxDB, rewritten from the ground up to improve performance across the board. As with any undertaking of this nature, developers will need to make some adjustments to their applications in order to incorporate the new database. We even faced this challenge internally. We had many Telegraf instances sending data to legacy versions of InfluxDB.

GitOps: An Introductory Guide

This post was written by Pete Osah, a software developer who is familiar with web technologies, passionate about new software technologies, and keen on developing ways to pass knowledge to others in a simple manner. Thanks to new technologies, developers can release software and features to production at a faster pace and with greater efficiency. But maintaining software dependability and integrity requires having the necessary tools in place.

InfluxDB 3.0: System Architecture

InfluxDB 3.0 (previously known as InfluxDB IOx) is a (cloud) scalable database that offers high performance for both data loading and querying, and focuses on time series use cases. This article describes the system architecture of the database. Figure 1 shows the architecture of InfluxDB 3.0 that includes four major components and two main storages.

Querying InfluxDB Cloud with the C++ Flight SQL Client

InfluxDB Cloud 3.0 is a versatile time series database built on top of the Apache ecosystem. You can query InfluxDB Cloud with the Apache Arrow Flight SQL interface, which provides SQL support for working with time series data. In this tutorial, we will walk through the process of querying InfluxDB Cloud with Flight SQL, using C++. The C++ Flight SQL Client is part of Apache Arrow Flight, a framework for building high-performance data services.