Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
TriptiTripathi1234 committed Sep 19, 2022
1 parent e249e33 commit 0af04af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ static double getDurationMetricValue(Event event) {
}

static double getDurationMetricValueTrace(StructuredTrace structuredTrace) {
MetricValue value = structuredTrace.getEventList().get(0).getMetrics().getMetricMap().get("Duration-micro");
MetricValue value =
structuredTrace.getEventList().get(0).getMetrics().getMetricMap().get("Duration-micro");
return value.getValue();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@
import static org.mockito.Mockito.when;

import com.google.common.collect.Maps;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.avro.file.DataFileReader;
import org.apache.avro.specific.SpecificDatumReader;
import org.hypertrace.core.datamodel.*;
import org.hypertrace.core.datamodel.shared.trace.AttributeValueCreator;
import org.hypertrace.core.span.constants.RawSpanConstants;
Expand Down

0 comments on commit 0af04af

Please sign in to comment.