ThresholdLoggingOptions
in package
Table of Contents
- $analyticsThresholdMilliseconds : int|null
- $eventingThresholdMilliseconds : int|null
- $keyValueThresholdMilliseconds : int|null
- $managementThresholdMilliseconds : int|null
- $orphanedEmitIntervalMilliseconds : int|null
- $orphanedSampleSize : int|null
- $queryThresholdMilliseconds : int|null
- $searchThresholdMilliseconds : int|null
- $thresholdEmitIntervalMilliseconds : int|null
- $thresholdSampleSize : int|null
- $viewThresholdMilliseconds : int|null
- analyticsThreshold() : ThresholdLoggingOptions
- Specifies the threshold for when an analytics request should be included in the aggregated metrics.
- keyValueThreshold() : ThresholdLoggingOptions
- Specifies the threshold for when a kv request should be included in the aggregated metrics.
- orphanedEmitInterval() : ThresholdLoggingOptions
- Specifies how often orphaned spans should be logged.
- orphanedSampleSize() : ThresholdLoggingOptions
- Specifies the number of orphaned spans which should be kept between each logging interval.
- queryThreshold() : ThresholdLoggingOptions
- Specifies the threshold for when a query request should be included in the aggregated metrics.
- searchThreshold() : ThresholdLoggingOptions
- Specifies the threshold for when a search request should be included in the aggregated metrics.
- thresholdEmitInterval() : ThresholdLoggingOptions
- Specifies how often aggregated trace information should be logged.
- thresholdSampleSize() : ThresholdLoggingOptions
- Specifies the number of entries which should be kept between each logging interval.
- viewThreshold() : ThresholdLoggingOptions
- Specifies the threshold for when a views request should be included in the aggregated metrics.
Properties
$analyticsThresholdMilliseconds
private
int|null
$analyticsThresholdMilliseconds
= null
$eventingThresholdMilliseconds
private
int|null
$eventingThresholdMilliseconds
= null
$keyValueThresholdMilliseconds
private
int|null
$keyValueThresholdMilliseconds
= null
$managementThresholdMilliseconds
private
int|null
$managementThresholdMilliseconds
= null
$orphanedEmitIntervalMilliseconds
private
int|null
$orphanedEmitIntervalMilliseconds
= null
$orphanedSampleSize
private
int|null
$orphanedSampleSize
= null
$queryThresholdMilliseconds
private
int|null
$queryThresholdMilliseconds
= null
$searchThresholdMilliseconds
private
int|null
$searchThresholdMilliseconds
= null
$thresholdEmitIntervalMilliseconds
private
int|null
$thresholdEmitIntervalMilliseconds
= null
$thresholdSampleSize
private
int|null
$thresholdSampleSize
= null
$viewThresholdMilliseconds
private
int|null
$viewThresholdMilliseconds
= null
Methods
analyticsThreshold()
Specifies the threshold for when an analytics request should be included in the aggregated metrics.
public
analyticsThreshold(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int
Tags
Return values
ThresholdLoggingOptions —keyValueThreshold()
Specifies the threshold for when a kv request should be included in the aggregated metrics.
public
keyValueThreshold(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int
Tags
Return values
ThresholdLoggingOptions —orphanedEmitInterval()
Specifies how often orphaned spans should be logged.
public
orphanedEmitInterval(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int
Tags
Return values
ThresholdLoggingOptions —orphanedSampleSize()
Specifies the number of orphaned spans which should be kept between each logging interval.
public
orphanedSampleSize(int $numberOfSamples) : ThresholdLoggingOptions
Parameters
- $numberOfSamples : int
Tags
Return values
ThresholdLoggingOptions —queryThreshold()
Specifies the threshold for when a query request should be included in the aggregated metrics.
public
queryThreshold(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int
Tags
Return values
ThresholdLoggingOptions —searchThreshold()
Specifies the threshold for when a search request should be included in the aggregated metrics.
public
searchThreshold(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int
Tags
Return values
ThresholdLoggingOptions —thresholdEmitInterval()
Specifies how often aggregated trace information should be logged.
public
thresholdEmitInterval(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int
Tags
Return values
ThresholdLoggingOptions —thresholdSampleSize()
Specifies the number of entries which should be kept between each logging interval.
public
thresholdSampleSize(int $numberOfSamples) : ThresholdLoggingOptions
Parameters
- $numberOfSamples : int
Tags
Return values
ThresholdLoggingOptions —viewThreshold()
Specifies the threshold for when a views request should be included in the aggregated metrics.
public
viewThreshold(int $milliseconds) : ThresholdLoggingOptions
Parameters
- $milliseconds : int