Interface LongHistogramAdviceConfigurer
public interface LongHistogramAdviceConfigurer
Configure advice for implementations of
LongHistogram.-
Method Summary
Modifier and TypeMethodDescriptionsetAttributes(List<io.opentelemetry.api.common.AttributeKey<?>> attributes) Specify the recommended set of attribute keys to be used for this histogram.setExplicitBucketBoundaries(List<Long> bucketBoundaries) Specify recommended set of explicit bucket boundaries for this histogram.
-
Method Details
-
setExplicitBucketBoundaries
Specify recommended set of explicit bucket boundaries for this histogram. -
setAttributes
LongHistogramAdviceConfigurer setAttributes(List<io.opentelemetry.api.common.AttributeKey<?>> attributes) Specify the recommended set of attribute keys to be used for this histogram.
-