Home / Companies / Honeycomb / Blog / November 2018

November 2018 Summaries

3 posts from Honeycomb

Filter
Month: Year:
Post Summaries Back to Blog
Honeycomb has introduced a new feature called BubbleUp, currently in beta, designed to enhance data analysis by identifying and explaining how certain datapoints differ from others. Building on the concepts discussed in earlier parts of the blog series, BubbleUp aims to streamline the Core Analysis Loop by allowing users to quickly find and evaluate dimensions that can effectively break down data into distinct groups. The feature operates by enabling users to select a portion of their data to generate histograms for each dimension and measure within the dataset, highlighting how the selection varies from the baseline data. This visualization helps identify anomalies and suggests new starting points for further analysis, such as distinguishing a specific mysql_replset's impact on query performance. By providing a more systematic approach to analyzing data, BubbleUp seeks to alleviate the "Breakdown Dance" often experienced in determining significant data dimensions. Honeycomb invites users to explore BubbleUp and provide feedback, with future blog posts set to delve deeper into the feature's design and use cases.
Nov 28, 2018 1,002 words in the original blog post.
In this blog miniseries about data analysis, the author discusses the Honeycomb approach, focusing on the process of discovery and the Core Analysis Loop. The discussion highlights the importance of understanding data by examining variables and visualizations to explain specific situations, such as why a website may appear slow or why certain user behaviors occur. By formulating hypotheses and breaking down data across various dimensions, users can identify factors driving observed behaviors. The Core Analysis Loop centers on the "Break Down" step, which involves running filters on data fields to separate groups and uncover insights. Honeycomb is noted for its ability to perform breakdowns on both low and high cardinality dimensions, offering flexibility in data analysis. The process is controlled by ORDER and LIMIT clauses, allowing users to focus on significant data points. The author emphasizes that effective breakdowns highlight variations in dimensions, aiding in understanding and resolving data-driven questions.
Nov 16, 2018 706 words in the original blog post.
The blog entry introduces the concept of using heatmaps in data analysis, particularly within distributed software systems, as advocated by Honeycomb. It emphasizes the advantages of heatmaps over traditional scatterplots, highlighting their ability to present detailed data insights without losing granularity, even when dealing with large data sets. The author explains how heatmaps can reveal distinct patterns and behaviors that other visualization methods might obscure, making them invaluable for operations and devops teams. While acknowledging some limitations, such as difficulty in reading percentiles and counts directly from heatmaps, the entry underscores their power in identifying changes, trends, and outliers within a dataset. It also encourages readers to explore these visualization techniques through examples and resources provided, suggesting that heatmaps can illuminate complex data relationships and enhance operational insights.
Nov 09, 2018 1,307 words in the original blog post.