Skip to content

Commit

Permalink
Merge pull request microservices-demo#78 from microservices-demo/upda…
Browse files Browse the repository at this point in the history
…te_label

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.