We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066cc0b commit e938917Copy full SHA for e938917
src/main/java/com/arpnetworking/tsdcore/sinks/HttpSinkActor.java
@@ -117,6 +117,7 @@ public Object toLogValue() {
117
.put("waiting", _waiting)
118
.put("inflightRequestsCount", _inflightRequestsCount)
119
.put("pendingRequestsCount", _pendingRequests.size())
120
+ .put("metricsFactory", _metricsFactory)
121
.build();
122
}
123
0 commit comments