---
search:
  exclude: true
---

# <a id="bitdrift.public.shared.workflows.v1.RateDetails"></a>RateDetails

**Source definition:** [`src/bitdrift/public/shared/workflows/v1/time_series.proto#L28-L34`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/shared/workflows/v1/time_series.proto#L28-L34>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| numerator_count | <span class="proto-type proto-type-primitive">uint64</span> | The numerator count used to compute the rate. |
| denominator_count | <span class="proto-type proto-type-primitive">uint64</span> | The denominator count used to compute the rate. |

</section>
#### Example
```json
{
  "denominator_count": 42,
  "numerator_count": 42
}
```

