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

Commit

Permalink
Merge pull request #78 from microservices-demo/update_label
Browse files Browse the repository at this point in the history
changed status to status code
  • Loading branch information
nustiueudinastea authored Mar 14, 2017
2 parents 4aaf9d1 + 926dab4 commit 31e7c34
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 31e7c34

Please sign in to comment.