prometheus operator v0.93.1
Prometheus.spec.initContainers[].env.valueFrom.fileKeyRef.spec.exemplars
exemplars related settings that are runtime reloadable. It requires to enable the `exemplar-storage` feature flag to be effective.
| Field / Type | Description |
|---|---|
maxSize | maxSize defines the maximum number of exemplars stored in memory for all series. exemplar-storage itself must be enabled using the `spec.enableFeature` option for exemplars to be scraped in the first place. If not set, Prometheus uses its default value. A value of zero or less than zero disables the storage.
|