ROHIT SHARMA


Metrics Explorer

A query and charting surface over every metric Edge Delta ingests or derives, rebuilt on the component system that came out of the React migration.

Pick a metric, filter its source, and aggregate it six ways — sum, average, min/max, count, median, count-unique. A rollup control sets the window each aggregation runs over, and its minimum scales with the lookback, so a fifteen-minute view can resolve to fifteen-second buckets where an hour-long one cannot.

Edge Delta Metrics Explorer showing a time series chart above a query row with metric selection, aggregation method, filter and group-by controls

A second query can be added and a formula written across both, referring to each by letter, so ratios and error rates are expressed directly rather than precomputed upstream. Queries can share one chart or be split into their own.

Two metric queries labelled A and B with a formula row combining them, rendered as a single chart

Grouping splits a series by any facet, and an arbitrary attribute can be promoted to a facet from the filter pane. Once a query is grouped, the same data is also available as a distribution rather than a set of lines.

Metrics Explorer with results grouped by a facet and displayed as a pie chart beside the legend

The seam that mattered most: any filter state converts to a monitor in one step, carrying its query across. It is the reason the same facets appear in the explorer, the inventory and the monitor builder.

Create monitor dialog opened from Metrics Explorer with the current query and filters already populated

Documentation