ObservabilityInstanceConfig constructor

ObservabilityInstanceConfig({
  1. bool? enabled,
  2. int? maxQueryStringLength,
  3. bool? preserveComments,
  4. int? queryPlansPerMinute,
  5. bool? recordApplicationTags,
  6. bool? trackActiveQueries,
  7. bool? trackWaitEventTypes,
  8. bool? trackWaitEvents,
})

Implementation

ObservabilityInstanceConfig({
  this.enabled,
  this.maxQueryStringLength,
  this.preserveComments,
  this.queryPlansPerMinute,
  this.recordApplicationTags,
  this.trackActiveQueries,
  this.trackWaitEventTypes,
  this.trackWaitEvents,
});