View Source GoogleApi.Redis.V1beta1.Model.ObservabilityMetricData (google_api_redis v0.50.0)
Attributes
-
aggregationType
(type:String.t
, default:nil
) - Required. Type of aggregation performed on the metric. -
metricType
(type:String.t
, default:nil
) - Required. Type of metric like CPU, Memory, etc. -
observationTime
(type:DateTime.t
, default:nil
) - Required. The time the metric value was observed. -
resourceName
(type:String.t
, default:nil
) - Required. Database resource name associated with the signal. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel -
value
(type:GoogleApi.Redis.V1beta1.Model.TypedValue.t
, default:nil
) - Required. Value of the metric type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1beta1.Model.ObservabilityMetricData{ aggregationType: String.t() | nil, metricType: String.t() | nil, observationTime: DateTime.t() | nil, resourceName: String.t() | nil, value: GoogleApi.Redis.V1beta1.Model.TypedValue.t() | nil }