MonitoringConfig constructor

MonitoringConfig({
  1. String? cluster,
  2. String? clusterHash,
  3. String? kubernetesMetricsPrefix,
  4. String? location,
  5. String? projectId,
})

Implementation

MonitoringConfig({
  this.cluster,
  this.clusterHash,
  this.kubernetesMetricsPrefix,
  this.location,
  this.projectId,
});