Skip to content

Commit f9e64c6

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent b3c2f4b commit f9e64c6

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/otel-data/src/main/java/org/elasticsearch/xpack/oteldata/otlp/datapoint

1 file changed

+1
-2
lines changed

x-pack/plugin/otel-data/src/main/java/org/elasticsearch/xpack/oteldata/otlp/datapoint/DataPoint.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ public String getDynamicTemplate() {
172172

173173
@Override
174174
public boolean isValid(Set<String> errors) {
175-
if (metric.getExponentialHistogram()
176-
.getAggregationTemporality() != AggregationTemporality.AGGREGATION_TEMPORALITY_DELTA) {
175+
if (metric.getExponentialHistogram().getAggregationTemporality() != AggregationTemporality.AGGREGATION_TEMPORALITY_DELTA) {
177176
errors.add("cumulative exponential histogram metrics are not supported, ignoring " + metric.getName());
178177
return false;
179178
}

0 commit comments

Comments
 (0)