Class CreateTimeSeriesRequest (2.11.1)

CreateTimeSeriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The CreateTimeSeries request.

Attributes

NameDescription
name str
Required. The `project
time_series Sequence[google.cloud.monitoring_v3.types.TimeSeries]
Required. The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each ``TimeSeries`` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource. The maximum number of ``TimeSeries`` objects per ``Create`` request is 200.

Inheritance

builtins.object > proto.message.Message > CreateTimeSeriesRequest