SamplingTargetDocument

Temporary changes to a sampling rule configuration. To meet the global sampling target for a rule, X-Ray calculates a new reservoir for each service based on the recent sampling results of all services that called GetSamplingTargets.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of matching requests to instrument, after the reservoir is exhausted.

Link copied to clipboard

The number of seconds for the service to wait before getting sampling targets again.

Link copied to clipboard

The number of requests per second that X-Ray allocated for this service.

Link copied to clipboard

When the reservoir quota expires.

Link copied to clipboard

The name of the sampling rule.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String