Overview
Bronto Metrics lets you query OpenTelemetry metric data, build formulas across metrics, visualize distributions with histograms, overlay multiple metrics on one chart, and alert on thresholds with metric monitors. For metric ingestion setup, see Send Metrics to Bronto.Query metrics
Formulas
Formulas combine metrics using arithmetic operators:+, -, *, /, and parentheses for grouping. Reference metrics by name and combine them with other metrics or numeric constants.
For example, calculate CPU usage as a percentage:
clamp(), is not supported.
Histograms
Histogram metrics are visualized in the Metrics Explorer as a bar chart, showing the distribution of values across buckets for the selected time range.Multi-metric overlay
You can overlay multiple metrics on a single chart to compare trends directly instead of switching between separate charts.Normalize series
For charts with at least three metric queries, use the Normalize toggle to compare trends between series with different magnitudes. When normalization is enabled, Bronto scales each series in the selected time range from its own minimum and maximum values into a0-to-1 range.
This makes it easier to compare shape and movement across series, such as CPU utilization and request count, without one larger-magnitude series flattening the others visually.
When comparing two metric queries, Bronto uses a dual-axis chart automatically if each series has a different unit selected.
Units do not affect normalization results, but they do format the values displayed in tooltips.
Configure units
Charts can display metric values in the unit that makes sense for the data. Use the Unit menu above the chart to choose how Bronto formats values in the visualization. Available unit types:
Unit formatting changes how values appear in the chart. It does not change the underlying metric values.
Export raw data
You can export the underlying raw data behind a metric chart.Exported data contains raw values only. If a chart is configured to display a formatted unit, such as a ratio shown as a percentage, the export does not include a corresponding unit column. The raw, unformatted value is exported.
[approximate] tag.

