Interface ProbabilisticRuleValue.Builder

  • Method Details

    • desiredSamplingPercentage

      ProbabilisticRuleValue.Builder desiredSamplingPercentage(Double desiredSamplingPercentage)

      Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.

      Parameters:
      desiredSamplingPercentage - Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actualSamplingPercentage

      ProbabilisticRuleValue.Builder actualSamplingPercentage(Double actualSamplingPercentage)

      Applied sampling percentage of traceIds.

      Parameters:
      actualSamplingPercentage - Applied sampling percentage of traceIds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.