View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusStats (google_api_integrations v0.12.0)

Stats for the requested dimensions: QPS, duration, and error/warning rate

Attributes

  • dimensions (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusStatsDimensions.t, default: nil) - Dimensions that these stats have been aggregated on.
  • durationInSeconds (type: float(), default: nil) - Average duration in seconds.
  • errorRate (type: float(), default: nil) - Average error rate.
  • qps (type: float(), default: nil) - Queries per second.
  • warningRate (type: float(), default: nil) - Average warning rate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusStats{
  dimensions:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusStatsDimensions.t()
    | nil,
  durationInSeconds: float() | nil,
  errorRate: float() | nil,
  qps: float() | nil,
  warningRate: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.