---
search:
  exclude: true
---

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

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

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| name | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">up to 255 chars</em> | The label name. |
| value | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">up to 1024 chars</em> | The label value. |

</section>
#### Example
```json
{
  "name": "name",
  "value": "value"
}
```

