Seq 2026.1 preview builds now available
/blog/metrics-previews-available
Published: May 19, 2026 04:35
@blog.datalust.co@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.
---
Seq — Machine data, for humans.
Site URL: blog.datalust.co
Feed URL: blog.datalust.co/rss
Posts: 10
Followers: 1
Seq 2026.1 preview builds now available
/blog/metrics-previews-available
Published: May 19, 2026 04:35
A first look at interactive metrics debugging with Seq
Published: March 6, 2026 03:00
January Engineering Update
/blog/jan-engineering-update-columns
Published: January 27, 2026 00:58
December Engineering Update
/blog/december-engineering-update
Published: December 5, 2025 02:46
What are we working on, now?
Published: November 4, 2025 17:46
Seq 2025.2 Release
https://blog.datalust.co/seq-2025-2-release/
Published: June 18, 2025 04:46
TL;DR: Seq 2025.2 is ready on datalust.co and as datalust/seq in your Docker container registry of choice. A number of improvements were in-flight during the recent Seq 2025.1 release, but came in too late for the final cut-off date. Today's release, Seq…
Analyzing the distribution of elapsed time and other telemetry metrics
https://blog.datalust.co/analyzing-the-distribution-of-elapsed-time-and-other-telemetry-metrics/
Published: June 4, 2025 05:34
Telemetry data often includes numeric values that change over time. This is roughly the definition of an observability 'metric'. It is difficult to infer anything useful by looking at the values of a metric over time. People are good at detecting patterns…
Work Sharing in Seq Clusters
https://blog.datalust.co/work-sharing-in-seq-clusters/
Published: May 30, 2025 02:47
We've reviewed leader election and replication in Seq clusters. While these are tricky to get right, and involve nontrivial code, they're dwarfed in complexity by work sharing, which is the basis of Seq's scale-out functionality.Seq clusters ingest data at
Introducing Heatmaps
https://blog.datalust.co/introducing-heatmaps/
Published: May 28, 2025 05:57
TL;DR: Heatmaps are a great way to visualize timing data over time.The canonical visualization of two dimensional data is the bar chart. The following screenshot shows a count of events at each logging level.To view these data by minute introduces a third…
Data Replication in Seq Clusters
https://blog.datalust.co/data-replication-in-seq-clusters/
Published: May 28, 2025 03:02
Now that we've seen how Seq clusters coordinate the leader and follower roles, let's look one layer further down the stack.Log events and traces reach the cluster nodes via HTTP, and internally these requests are routed to the leader node. Once they reach…