PromoteResourceAttributes returns the promote resource attributes for a given user.
(userID string)
| 900 | |
| 901 | // PromoteResourceAttributes returns the promote resource attributes for a given user. |
| 902 | func (o *Overrides) PromoteResourceAttributes(userID string) []string { |
| 903 | return o.GetOverridesForUser(userID).PromoteResourceAttributes |
| 904 | } |
| 905 | |
| 906 | // IngestionTenantShardSize returns the ingesters shard size for a given user. |
| 907 | func (o *Overrides) IngestionTenantShardSize(userID string) int { |
no test coverage detected