Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThresholdLoggingTracerOptions

Hierarchy

  • ThresholdLoggingTracerOptions

Index

Properties

analyticsThreshold?: number

Specifies the threshold for when an analytics request should be included in the aggregated metrics, specified in millseconds.

emitInterval?: number

Specifies how often aggregated trace information should be logged, specified in millseconds.

kvThreshold?: number

Specifies the threshold for when a kv request should be included in the aggregated metrics, specified in millseconds.

queryThreshold?: number

Specifies the threshold for when a query request should be included in the aggregated metrics, specified in millseconds.

sampleSize?: number

Specifies the number of entries which should be kept between each logging interval.

searchThreshold?: number

Specifies the threshold for when a search request should be included in the aggregated metrics, specified in millseconds.

viewsThreshold?: number

Specifies the threshold for when a views request should be included in the aggregated metrics, specified in millseconds.

Generated using TypeDoc