Class CreateTimeSeriesRequest (2.7.0)

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

The CreateTimeSeries request.

Attributes

NameDescription
name str
Required. The project __ on which to execute the request. The format is: :: projects/[PROJECT_ID_OR_NUMBER]
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.