Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThresholdLoggingTracerOptions

Hierarchy

  • ThresholdLoggingTracerOptions

Index

Properties

Optional analyticsThreshold

analyticsThreshold: number

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

Optional emitInterval

emitInterval: number

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

Optional kvThreshold

kvThreshold: number

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

Optional queryThreshold

queryThreshold: number

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

Optional sampleSize

sampleSize: number

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

Optional searchThreshold

searchThreshold: number

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

Optional viewsThreshold

viewsThreshold: number

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

Generated using TypeDoc