Skip to content

Commit

Permalink
Chore: Update Scaler Target Calculation in Grafana Dashboard (#5433)
Browse files Browse the repository at this point in the history
Signed-off-by: atilsensalduz <atil.eren@outlook.com>
  • Loading branch information
atilsensalduz committed Feb 29, 2024
1 parent bc13a2e commit c6797f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/grafana/keda-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum by(metric) (rate(keda_scaler_metrics_value{exported_namespace=~\"$namespace\", metric=~\"$metric\", scaledObject=\"$scaledObject\"}[5m]))",
"expr": "sum by(metric) (keda_scaler_metrics_value{exported_namespace=~\"$namespace\", metric=~\"$metric\", scaledObject=\"$scaledObject\"})",
"legendFormat": "{{ metric }}",
"range": true,
"refId": "A"
Expand Down

0 comments on commit c6797f6

Please sign in to comment.