Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 60de3a3

Browse files
committed
rename to response_code to response_code.all
1 parent 77e8831 commit 60de3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function (options) {
4040
if (response_code) {
4141
statTags.push("response_code:" + res.statusCode);
4242
datadog.increment(stat + '.response_code.' + res.statusCode , 1, statTags);
43-
datadog.increment(stat + '.response_code' , 1, statTags);
43+
datadog.increment(stat + '.response_code.all' , 1, statTags);
4444
}
4545

4646
datadog.histogram(stat + '.response_time', (new Date() - req._startTime), 1, statTags);

0 commit comments

Comments
 (0)