NativeHistogramIngestionRate returns the limit on ingester rate (samples per second).
(userID string)
| 636 | |
| 637 | // NativeHistogramIngestionRate returns the limit on ingester rate (samples per second). |
| 638 | func (o *Overrides) NativeHistogramIngestionRate(userID string) float64 { |
| 639 | return o.GetOverridesForUser(userID).NativeHistogramIngestionRate |
| 640 | } |
| 641 | |
| 642 | // IngestionRateStrategy returns whether the ingestion rate limit should be individually applied |
| 643 | // to each distributor instance (local) or evenly shared across the cluster (global). |
no test coverage detected