Click or drag to resize

ThresholdLoggingTracer Class

[Missing <summary> documentation for "T:Couchbase.Core.Diagnostics.Tracing.ThresholdLoggingTracer"]

Inheritance Hierarchy
SystemObject
  Couchbase.Core.Diagnostics.TracingThresholdLoggingTracer

Namespace:  Couchbase.Core.Diagnostics.Tracing
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class ThresholdLoggingTracer : ITracer, 
	IDisposable

The ThresholdLoggingTracer type exposes the following members.

Constructors
  NameDescription
Public methodThresholdLoggingTracer
Initializes a new instance of the ThresholdLoggingTracer class
Top
Properties
  NameDescription
Public propertyActiveSpan
Public propertyAnalyticsThreshold
Gets or sets the analytics operation threshold, expressed in microseconds.
Public propertyInterval
Gets or sets the interval at which the ThresholdLoggingTracer writes to the log. Expressed as milliseconds.
Public propertyKvThreshold
Gets or sets the key-value operation threshold, expressed in microseconds.
Public propertyN1qlThreshold
Gets or sets the n1ql operation threshold, expressed in microseconds.
Public propertySampleSize
Gets or sets the size of the sample used in the output written to the log.
Public propertyScopeManager
Public propertySearchThreshold
Gets or sets the search operation threshold, expressed in microseconds.
Public propertyViewThreshold
Gets or sets the view operation threshold, expressed in microseconds.
Top
Methods
See Also