Version: v2024-08-13 | Includes use: No |
---|
Behavior name: RUM SampleRate
With real_user_monitoring
enabled, this configures the sample of data to include in your RUM report.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "" {
rules_v2024_08_13 {
name = ""
comments = "configures the sample of data to include in your RUM report."
behavior {
RUM SampleRate {
rum_sample_rate = 5
}
}
}
}
"behaviors": [
{
"name": "rumCustom",
"options": {
"rumSampleRate": 5
}
}
]
Options
Option | Description |
---|---|
rum_sample_rate |
Specifies the percentage of web traffic to include in your RUM report. Value range is
0 -100
|