Skip to content

Commit

Permalink
Fix metric scale
Browse files Browse the repository at this point in the history
(cherry picked from commit 4758664)
  • Loading branch information
brunobat authored and gsmet committed Jan 7, 2025
1 parent 20c703f commit 35004c8
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 35004c8

Please sign in to comment.