Skip to content

Commit 54eac81

Browse files
Polish
1 parent e950801 commit 54eac81

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/otlp/OtlpProperties.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ public class OtlpProperties extends StepRegistryProperties {
6060

6161
/**
6262
* Histogram type to be preferred when histogram publishing is enabled.
63+
* @since 3.4.0
6364
*/
6465
private HistogramFlavor histogramFlavor = HistogramFlavor.EXPLICIT_BUCKET_HISTOGRAM;
6566

6667
/**
6768
* Max scale to use for exponential histograms, if configured.
69+
* @since 3.4.0
6870
*/
6971
private int maxScale = 20;
7072

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/otlp/OtlpProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class OtlpProperties {
4848

4949
/**
5050
* Transport used to send the spans.
51+
* @since 3.4.0
5152
*/
5253
private Transport transport = Transport.HTTP;
5354

0 commit comments

Comments
 (0)