google_api_monitoring v0.0.1 GoogleApi.Monitoring.V3.Model.CollectdPayload View Source

A collection of data points sent from a collectd-based plugin. See the collectd documentation for more information.

Attributes

  • endTime (String): The end time of the interval. Defaults to: null.
  • metadata (Map[String, TypedValue]): The measurement metadata. Example: "process_id" -> 12345 Defaults to: null.
  • plugin (String): The name of the plugin. Example: "disk". Defaults to: null.
  • pluginInstance (String): The instance name of the plugin Example: "hdcl". Defaults to: null.
  • startTime (String): The start time of the interval. Defaults to: null.
  • type (String): The measurement type. Example: "memory". Defaults to: null.
  • typeInstance (String): The measurement type instance. Example: "used". Defaults to: null.
  • values (List[CollectdValue]): The measured values during this time interval. Each value must have a different dataSourceName. Defaults to: null.