diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/configuration/OpenTelemetryConfiguration.java b/service/src/main/java/org/whispersystems/textsecuregcm/configuration/OpenTelemetryConfiguration.java index 02a976f7a..8ff419da7 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/configuration/OpenTelemetryConfiguration.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/configuration/OpenTelemetryConfiguration.java @@ -18,6 +18,7 @@ public record OpenTelemetryConfiguration( @JsonProperty Duration shutdownWaitDuration, @JsonProperty int maxBucketCount, @JsonProperty Map maxBucketsPerMeter, + @JsonProperty boolean publishMaxGaugeForHistograms, @JsonAnyGetter @JsonAnySetter Map otlpConfig ) implements OtlpConfig {