Skip to content

Commit e938917

Browse files
committed
add metricsFactory to toLogValue()
1 parent 066cc0b commit e938917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/arpnetworking/tsdcore/sinks/HttpSinkActor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public Object toLogValue() {
117117
.put("waiting", _waiting)
118118
.put("inflightRequestsCount", _inflightRequestsCount)
119119
.put("pendingRequestsCount", _pendingRequests.size())
120+
.put("metricsFactory", _metricsFactory)
120121
.build();
121122
}
122123

0 commit comments

Comments
 (0)