ManagedPrometheusConfig constructor
ManagedPrometheusConfig({
- AutoMonitoringConfig? autoMonitoringConfig,
- bool? enabled,
Implementation
ManagedPrometheusConfig({
this.autoMonitoringConfig,
this.enabled,
});