Skip to content

Commit 8eb19f8

Browse files
authored
fix double build bug in prometheus source (#255)
1 parent a4efb11 commit 8eb19f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/arpnetworking/metrics/mad/parsers/PrometheusToRecordParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ public List<Record> parse(final HttpRequest data) throws ParsingException {
178178
p -> p
179179
.setType(MetricType.GAUGE)
180180
.setValues(ImmutableList.of(createQuantity(sample, unit)))
181-
.build()
182181
);
183182
return ImmutableMap.of(name, metric);
184183
}

0 commit comments

Comments
 (0)