Skip to content

Commit

Permalink
Fix metric scale
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Jan 6, 2025
1 parent 825bcb8 commit 4758664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "rate(http_server_requests_milliseconds_count{}[2m]) * 100",
"expr": "rate(http_server_requests_milliseconds_count{}[2m]) * 1000",
"interval": "",
"legendFormat": "{{method}} - {{uri}} - {{status}}",
"range": true,
Expand Down

0 comments on commit 4758664

Please sign in to comment.