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

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

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| lhs_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The id of the first time series to compare against. |
| rhs_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The id of the second time series to compare against. |

</section>
<p class="h4">Example</p>
```json
{
  "lhs_id": "count/fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc",
  "rhs_id": "count/fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc"
}
```

