Interface LongHistogramBuilder


public interface LongHistogramBuilder
Builder class for LongHistogram.
Since:
1.10.0
  • Method Details

    • setDescription

      LongHistogramBuilder setDescription(String description)
      Sets the description for this instrument.
      Parameters:
      description - The description.
      See Also:
    • setUnit

      Sets the unit of measure for this instrument.
      Parameters:
      unit - The unit. Instrument units must be 63 or fewer ASCII characters.
      See Also:
    • build

      LongHistogram build()
      Builds and returns a Histogram instrument with the configuration.
      Returns:
      The Histogram instrument.