View Source GoogleApi.GKEHub.V1.Model.PolicyControllerMonitoringConfig (google_api_gke_hub v0.16.0)

MonitoringConfig specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", "prometheus"]

Attributes

  • backends (type: list(String.t), default: nil) - Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.PolicyControllerMonitoringConfig{
  backends: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.