Skip to content

Commit

Permalink
Update queries.libsonnet: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aermolaev authored Dec 14, 2024
1 parent f0fb5ab commit e886496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/runtimeDashboard/queries.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ local variables = import './variables.libsonnet';
prometheusQuery.new(
'$' + variables.datasource.name,
|||
sum by (cluster, namesapce, job,le,controller) (
sum by (cluster, namespace, job, le, controller) (
rate(
controller_runtime_reconcile_time_seconds_bucket{
cluster=~"$cluster",
Expand Down

0 comments on commit e886496

Please sign in to comment.