FunnelStep¶
| Field | Type | Description |
|---|---|---|
| id | string | The ID of the metric associated with this step. |
| value | uint64 | The accumulated value of all collected metric's data points. |
Example¶
JSON
{
"id": "abc-123-def",
"value": 1
}