RateDetails¶
Source definition: src/bitdrift/public/shared/workflows/v1/time_series.proto#L28-L34
| Field | Type | Description |
|---|---|---|
| numerator_count | uint64 | The numerator count used to compute the rate. |
| denominator_count | uint64 | The denominator count used to compute the rate. |
Example¶
JSON
{
"denominator_count": 42,
"numerator_count": 42
}