Skip to content
View as Markdown

HistogramConfiguration

Field Type Description
percentile float Pins the histograms within this chart to a specific percentile. This is required for charts that have histograms with a top K grouping as we don't support querying the cartestian product of (values, percentiles) with top K. This must be set to one of the percentiles in the ChartMetadata for the chart if percentiles are defined.
percentiles repeated float Percentiles to query when the chart supports returning multiple histogram lines.

Example

JSON
{
  "percentile": 1.0,
  "percentiles": [
    1.0
  ]
}