Grafana Mimir 3.0 is now live!
This release introduces a new design that cleanly separates read & write operations, delivering significant gains in performance, reliability, and cost efficiency for organizations managing metrics at scale.
Dive into the details and explore whatβs new: https://bit.ly/4rqnD5G
How time series data is fueling the final frontier
https://fed.brid.gy/r/https://spacenews.com/how-time-series-data-is-fueling-the-final-frontier/
π We're proud to sponsor southeastlinuxfest.org!
Join #VictoriaMetrics in Charlotte, NC (June 13-15) at the Sheraton Charlotte Airport to talk open-source #observability, #monitoring, metrics & #logs.
π£ Don't miss the opportunity to engage with our team.
ποΈ June 13 - 15
π Sheraton Charlotte Airport
π https://hubs.li/Q03rcR4-0
#TimeSeriesData #self2025 #OpenSource
Instrumenting is hard; learn how to make it easier. Getting value from observability is something most people want, but few have the resources to do it. Mathias will review the strategies he uses to instrument apps, and how many SMB and home lab use cases are handled automatically with #Shiftmon.
ποΈ June 13 at 16:00 EST
π Sheraton Charlotte Airport, Charlotte, NC
Let's connect and discuss πhttps://hubs.li/Q03qRLGn0
#self2025 #Logs #Alerting #TimeSeriesData
I used AI2's Scholar QA tool to generate an article on "review current SOTA for burst detection tools for time series data on internet search activity." This AI tool found different math algorithms that could be used in various areas such as medicine and identifying research trends.
https://ai2-scholar-qa.allen.ai/query/9fc3e323-7554-4a0c-a910-1ffa459bdaf1
#burstDetection #timeSeriesData
#QueryAutoCompletion
#triadicCardinalityDistribution
π When Metrics Meet vminsert: A Data-Delivery Story
Breaking down how different components of #VictoriaMetrics do their thing: This time, we're focusing on vminsert.
π Here's a sneak peek:
π Accepting connections.
π€ Handshake.
βοΈ Parse and Relabel.
βοΈ Sharding and Buffering.
π Replication and Sending Data to #vmstorage.
Learn more in latest blog post from Phuong Le:
vminsert acts as a gateway for incoming monitoring data. It receives data in different formats, processes it by parsing and adjusting labels, then uses memory buffers to send this data to storage nodes. Itβs smart enough to always send the same type of data to the same storage node and can redirect data if a node isnβt working properly.
Deep dive into #Netflixβs Distributed Counter Abstraction - a scalable service that tracks user interactions, feature usage, and business performance metrics with low latency globally.
βAt Netflix, our counting use cases include tracking millions of user interactions, monitoring how often specific features or experiences are shown to users, and counting multiple facets of data during A/B test experiments, among others.β
Learn more: https://bit.ly/49tO41Z
#InfoQ #CaseStudy #DistributedSystems #EventsDrivenArchitecture #TimeSeriesData
Netflix engineers recently published a deep dive into their Distributed Counter Abstraction, a scalable service designed to track user interactions, feature usage, and business performance metrics wit