AcceptHASamples returns whether the distributor should track and accept samples from HA replicas for this user.
(userID string)
| 658 | |
| 659 | // AcceptHASamples returns whether the distributor should track and accept samples from HA replicas for this user. |
| 660 | func (o *Overrides) AcceptHASamples(userID string) bool { |
| 661 | return o.GetOverridesForUser(userID).AcceptHASamples |
| 662 | } |
| 663 | |
| 664 | // AcceptMixedHASamples returns whether the distributor should track and accept samples from mixed HA replicas for this user. |
| 665 | func (o *Overrides) AcceptMixedHASamples(userID string) bool { |
nothing calls this directly
no test coverage detected