Cloudflare Docs
Radar
Edit this page on GitHub
Set theme to dark (⇧+D)

Normalization methods

Cloudflare Radar does not normally return raw values. Instead, values are returned as percentages or normalized using min-max.

Refer to the result.meta.normalization property in the response to check which post-processing method was applied to the raw values, if any.

​​ Method

MethodDescription
PERCENTAGEValues represent percentages.
PERCENTAGE_CHANGEValues represent a percentage change from a baseline period.
MIN_MAXValues have been normalized using min-max.
MIN0_MAXValues have been normalized using min-max, but setting the minimum value to 0. Equivalent to a proportion of the maximum value in the entire response, scaled between 0 and 1.
RAW_VALUESValues are raw and have not been changed.

If you want to compare values across locations/time ranges/etc., in endpoints that normalize values using min-max, you must do so in the same request. This is done by asking for multiple series. All values will then be normalized using the same minimum and maximum value and can safely be compared against each other. Refer to Make comparisons for more information.