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 137ba0c commit 9b1fd29Copy full SHA for 9b1fd29
src/main/java/com/arpnetworking/metrics/common/sources/HttpSource.java
@@ -218,6 +218,7 @@ private static com.arpnetworking.metrics.mad.model.HttpRequest mapModel(
218
219
private List<Record> parseRecords(final com.arpnetworking.metrics.mad.model.HttpRequest request)
220
throws ParsingException {
221
+ _receivedRequests.incrementAndGet();
222
final List<Record> records = _parser.parse(request);
223
long samples = 0;
224
for (final Record record : records) {
0 commit comments