SummaryOptions
This class represents a set of options that can be supplied when creating a new Prometheus summary metric. It allows defining quantile rank estimates with their respective absolute errors through its Objectives field.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Objectives | map[float64]float64 | An Objectives defines the quantile rank estimates with their respective absolute errors. |