LabelPair¶
Source definition: src/bitdrift/public/shared/workflows/v1/time_series.proto#L15-L21
| Field | Type | Description |
|---|---|---|
| name | string up to 255 chars |
The label name. |
| value | string up to 1024 chars |
The label value. |
Example¶
JSON
{
"name": "name",
"value": "value"
}