Operations | Monitoring | ITSM | DevOps | Cloud

InfluxData

Optimizing Queries in InfluxDB 3.0 Using Progressive Evaluation

In a previous post, we described the technique that makes the ”most recent values” queries hundreds of times faster and has benefited many of our customers. The idea behind this technique is to progressively evaluate time-organized files until we reach the most recent values.

Part Two: InfluxDB 3.0 Under the Hood

In the first blog in this series, Setting Up InfluxDB and Visualizing Data: Part 1, we built a data collection and visualization platform for time series data using InfluxDB Cloud Serverless. Inspired by the CSTR with PID controllers use case, the project showcased how to ingest real-time data and visualize it using InfluxDB and Grafana. This follow-up post focuses on InfluxDB’s 3.0 architecture, giving an in-depth look at the platform’s inner workings.

Product Update: Introducing User Groups for InfluxDB Cloud Dedicated

We are excited to announce the launch of User Groups, a major update that facilitates enhanced security through access control in InfluxDB Cloud Dedicated. This new feature allows for more granular access management by limiting limited access accounts. Giving customers more access control helps them implement PoLP (“Principle of Least Privilege”) for improved security.

LLM Monitoring and Observability

The demand for LLM is rapidly increasing—it’s estimated that there will be 750 million apps using LLMs by 2025. As a result, the need for LLM observability and monitoring tools is also rising. In this blog, we’ll dive into what LLM monitoring and observability are, why they’re both crucial and how we can track various metrics to ensure our model isn’t just working but thriving.

System Tables Part 1: Introduction and Best Practices

As an InfluxDB Cloud Dedicated or Clustered user, you may want to inspect your cluster to gain a better understanding of the size of your databases, tables, partitions, and compaction status. InfluxDB stores this essential metadata in system tables (described in Section 1), which help inform decisions about cluster performance and maintenance.

MaaS: How to Store and Analyze Real-Time Stock Trading Data Using Next.js and InfluxDB

Next.js is one of the most popular open source web frameworks for hosting web applications; however, performance monitoring of such applications, until now, has been a mystery. Whether you’re hosting Next.js apps yourself or via third party services like Vercel, it’s always helpful to know how the application is performing to make it more efficient and deliver a pleasant user experience.