method Summary.prototype.getQuantiles
Summary.prototype.getQuantiles(labels?: Readonly<Record<string, string>>): ReadonlyMap<number, number>

Gets the quantile values for a label set.

Parameters

optional
labels: Readonly<Record<string, string>>

Label values keyed by label name

Return Type

ReadonlyMap<number, number>

A map of quantiles to values

Usage

import { Summary } from "metrics-plugin/src/index.ts";