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 bfef839 commit a9bde76Copy full SHA for a9bde76
lib/hydro.js
@@ -80,7 +80,7 @@ module.exports = class Hydro {
80
81
const res = await hydroStats.asyncTimer(doFetch, 'response_time')()
82
83
- hydroStats.increment(`response_code.${res.statusCode}`, 1)
+ hydroStats.increment(`response_code.${res.status}`, 1)
84
hydroStats.increment('response_code.all', 1)
85
86
// Track hydro exceptions in Sentry, but don't track 503s because we can't do anything about service availability
0 commit comments