Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCollectdTimeSeriesRequest

import type { CreateCollectdTimeSeriesRequest } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The CreateCollectdTimeSeries request.

interface CreateCollectdTimeSeriesRequest {
collectdPayloads?: CollectdPayload[];
collectdVersion?: string;
resource?: MonitoredResource;
}

§Properties

§
collectdPayloads?: CollectdPayload[]
[src]

The collectd payloads representing the time series data. You must not include more than a single point for each time series, so no two payloads can have the same values for all of the fields plugin, plugin_instance, type, and type_instance.

§
collectdVersion?: string
[src]

The version of collectd that collected the data. Example: "5.3.0-192.el6".

§

The monitored resource associated with the time series.