MaxGlobalMetadataPerMetric returns the maximum number of metadata allowed per metric across the cluster.
(userID string)
| 895 | |
| 896 | // MaxGlobalMetadataPerMetric returns the maximum number of metadata allowed per metric across the cluster. |
| 897 | func (o *Overrides) MaxGlobalMetadataPerMetric(userID string) int { |
| 898 | return o.GetOverridesForUser(userID).MaxGlobalMetadataPerMetric |
| 899 | } |
| 900 | |
| 901 | // PromoteResourceAttributes returns the promote resource attributes for a given user. |
| 902 | func (o *Overrides) PromoteResourceAttributes(userID string) []string { |
no test coverage detected