ManagedPrometheusConfig constructor

ManagedPrometheusConfig({
  1. bool? enabled,
})

Implementation

ManagedPrometheusConfig({
  this.enabled,
});