View Source GoogleApi.ServiceManagement.V1.Model.MetricDescriptorMetadata (google_api_service_management v0.60.0)

Additional annotations that can be used to guide the usage of a metric.

Attributes

  • ingestDelay (type: String.t, default: nil) - The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.
  • launchStage (type: String.t, default: nil) - Deprecated. Must use the MetricDescriptor.launch_stage instead.
  • samplePeriod (type: String.t, default: nil) - The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.MetricDescriptorMetadata{
  ingestDelay: String.t() | nil,
  launchStage: String.t() | nil,
  samplePeriod: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.