Honeycomb has several types of graph options to explore your query results in multiple ways. Customize your display and how you interact with your data by using:
Markers signal interesting occurrences within the context of your queries.
Use Markers to identify points in time, such as:
Markers can apply to an entire environment or a specific dataset. Create an environment marker when the range of time is relevant across multiple datasets and Services, such as a deployment marker. Create a dataset marker when the range of time is relevant to the specific dataset or Service.
To create a marker from the UI:
curl
or honeymarker
, a lightweight marker management tool that provides a CRUD command line interface.
Refer to our Markers CLI documentation for more information.Once created, markers appear on any queries that run within the same time period as the marker(s).
Each marker type can appear in its own color.
Hover over the downward caret icon to view a marker’s details. A solid vertical line appears and a window displays the marker’s name, description, and if applicable, a selectable URL.
To persist the marker’s vertical line and information window, select the downward caret icon.
To close the persisted display, use the x
icon that appears in the window after selection.
The Markers Menu, Download Query Results, and Graph Settings menu icons appear after a query runs in Query Builder. These three icons - text bubble, download, and gear respectively - appear directly below the time picker and the Query Builder interface.
Select each icon to open its menu options.
Control how Markers display on the query results, either by filtering or changing the markers’ appearance.
By default, Honeycomb shows environment markers in environment-wide queries and dataset markers in dataset queries.
Hide or show markers in the results display either by using the Graph Settings menu or the m
keyboard shortcut.
To access Filter Markers, either:
l
on your keyboardThe Filter Markers modal appears. Use to modify what markers appear based on:
Select Submit to update the display of markers.
These download options remain static in the menu.
Use Download CSV to download the query results in .csv
format.
Use Download JSON to download the query results in JSON format.
These Graph Settings menu options control the appearance of the query results. Select an option to apply it to the current query results. The selected option in the menu then updates to display the opposite of that option. For example, Display Line Graphs becomes Display Stacked Graphs.
Honeycomb renders a separate chart for every VISUALIZE clause in your query by default.
Checking Prefer Overlaid Charts combines any visualized AVG
, MIN
, MAX
, and PERCENTILE
clauses into a single chart.
Supported operations include:
AVG
MAX
MIN
P001
P01
P05
P10
P20
P25
P50
P75
P80
P90
P95
P99
P999
Charts will not overlay for queries that have a GROUP BY clause. Unsupported operations include:
CONCURRENCY
COUNT
COUNT_DISTINCT
GROUP BY
(removes overlays)HEATMAP
RATE
SUM
Graph Hovers appear in the results display when hovering over a graph.
Hide or show Graph Hovers either by using the Graph Settings menu or the w
keyboard shortcut.
For example, use this setting to remove any obstruction to the overall graph display, or to optimize for screenshot purposes.