Skip to content

Commit

Permalink
Merge pull request #45392 from brunobat/dashboard-metric-scale
Browse files Browse the repository at this point in the history
Fix metric scale on dashboard
  • Loading branch information
geoand authored Jan 7, 2025
2 parents 1f1a313 + 4758664 commit 62f95a0
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 62f95a0

Please sign in to comment.