Function relay_metrics::normalize_bucket
source ยท pub fn normalize_bucket(bucket: &mut Bucket) -> Result<(), NormalizationError>
Expand description
Normalizes a bucket.
The passed metric will have its name and tags normalized and tested for validity.
Invalid characters in the metric name may be replaced,
see relay_base_schema::metrics::try_normalize_metric_name
.
Invalid tags are removed and tag keys are normalized, for example control characters are removed from tag keys.