Skip to content

Commit

Permalink
fix compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Aug 31, 2021
1 parent 596762b commit 2aba6d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class JmsSingletons {
otel, INSTRUMENTATION_NAME, spanNameExtractor)
.addAttributesExtractor(attributesExtractor)
.setTimeExtractors(
MessageWithDestination::getStartTime,
MessageWithDestination::startTime,
(request, response, error) -> request.endTime())
.newInstrumenter(SpanKindExtractor.alwaysConsumer());
LISTENER_INSTRUMENTER =
Expand Down

0 comments on commit 2aba6d9

Please sign in to comment.