Skip to content

Commit

Permalink
fix cluster command processed metric (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-paddy14 authored Sep 16, 2024
1 parent 0fb221f commit 40d9a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/cluster/Session/ClusterCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private void ProcessClusterCommands(RespCommand command, out bool invalidParamet
RespCommand.CLUSTER_SLOTSTATE => NetworkClusterSlotState(out invalidParameters),
_ => throw new Exception($"Unexpected cluster subcommand: {command}")
};
this.sessionMetrics?.incr_total_cluster_commands_processed();
}
}
}

0 comments on commit 40d9a26

Please sign in to comment.