# <a id="bitdrift.public.unary.dashboards.v1.RateConfiguration"></a>RateConfiguration

**Source definition:** [`src/bitdrift/public/unary/dashboards/v1/api.proto#L122-L125`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/dashboards/v1/api.proto#L122-L125>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| aggregation_type | <span class="proto-type proto-type-enum">[<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">shared</i><i class="proto-type-dot">.</i><i class="proto-type-part">workflows</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">Rate</i><i class="proto-type-dot">.</i><i class="proto-type-part">RateAggregationType</i>](bitdrift_public_shared_workflows_v1_Rate.md "bitdrift.public.shared.workflows.v1.Rate.RateAggregationType")</span><br><em class="proto-field-annotation">must be a defined enum value</em> | The aggregation to use when presenting rate values in a table. |

</section>
<p class="h4">Example</p>
```json
{
  "aggregation_type": "AVG"
}
```

