TimeseriesTag Specifies the tags of time series.
Data structures
message TimeseriesTag {
required string name = 1;
required string value = 2;
}
Parameter | Type | Required | Description |
name | string | Yes | The name of the tag. |
value | string | Yes | The value of the tag. |