TimeseriesKey specifies the identifier of the timeline.

Data structure

message TimeseriesKey {
  required string measurement = 1;
  required string source = 2;
  required string tags = 3;
}
Parameter Type Required Description
measurement string Yes The name of the metric.
source string Yes The identifier of the data source.
tags string Yes The tags.