Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
changed status to status code
Browse files Browse the repository at this point in the history
  • Loading branch information
nustiueudinastea committed Mar 14, 2017
1 parent 4aaf9d1 commit 926dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/metrics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const metric = {
http: {
requests: {
duration: new client.Summary('request_duration_seconds', 'request duration in seconds', ['method', 'path', 'status']),
duration: new client.Summary('request_duration_seconds', 'request duration in seconds', ['method', 'path', 'status_code']),
}
}
}
Expand Down

0 comments on commit 926dab4

Please sign in to comment.